#6D62D2

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

Shades of Slate Blue #6D62D2

Tints of Slate Blue #6D62D2

Color information

#6D62D2 (or 0x6D62D2) is unknown color: approx Slate Blue. HEX triplet: 6D, 62 and D2. RGB value is (109,98,210). Sum of RGB (Red+Green+Blue) = 109+98+210=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #6D62D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D62D2 is #929D2D. Grayscale: #717171. Windows color (decimal): -9608494 or 13787757. OLE color: 13787757.

HSL color Cylindrical-coordinate representation of color #6D62D2: hue angle of 245.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D62D2 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10998210-
CMYK0.480.5300.18
HSL245.89º55.45%60.39%-
HSV(B)245.89º53.33%82.35%-
XYZ22.3116.6463.01-
YUV114.06182.14124.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 210 (82.42% from 255) = 50.36%
R=26.14%
G=23.50%
B=50.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109982100.480.5300.18245.8955.4560.39
Hex6D62D23035012f6373c
Octal15514232260650223666774
Binary110110111000101101001011000011010101001011110110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D62D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,210); }

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

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

 a { background-color: rgb(109,98,210); }

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

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

 span { border-color: rgb(109,98,210); }

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