#6d65dc

Color #6D65DC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6D65DC

Tints of Slate Blue #6D65DC

Color information

#6D65DC (or 0x6D65DC) is unknown color: approx Slate Blue. HEX triplet: 6D, 65 and DC. RGB value is (109,101,220). Sum of RGB (Red+Green+Blue) = 109+101+220=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D65DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65DC is #929A23. Grayscale: #747474. Windows color (decimal): -9607716 or 14443885. OLE color: 14443885.

HSL color Cylindrical-coordinate representation of color #6D65DC: hue angle of 244.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D65DC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109101220-
CMYK0.500.5400.14
HSL244.03º62.96%62.94%-
HSV(B)244.03º54.09%86.27%-
XYZ23.8817.7369.87-
YUV116.96186.15122.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 25.35%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=25.35%
G=23.49%
B=51.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091012200.500.5400.14244.0362.9662.94
Hex6D65DC32360Ef43f3f
Octal15514533462660163647777
Binary11011011100101110111001100101101100111011110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d65dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6d65dc; }

 p { color: rgb(109,101,220); }

 H1.HeaderClassName
 {
   color: #6d65dc;
 }
 .AnyTagClassName
 {
   color: #6d65dc;
 }
</style>
background-color css

<style>
 a { background-color: #6d65dc; }

 a { background-color: rgb(109,101,220); }

 div.DivClassName
 {
   background-color: #6d65dc;
 }
 .BgClassName
 {
   background-color: #6d65dc;
 }
</style>
border-color css

<style>
 span { border-color: #6d65dc; }

 span { border-color: rgb(109,101,220); }

 td.TdClassName
 {
   border-color: #6d65dc;
 }
 .TagClassName
 {
   border-color: #6d65dc;
 }
</style>