Html Css Color HEX #6D66DC Slate Blue

📋 copy color: '#6D66DC'

red 109 ◦ green 102 ◦ blue 220

#6D66DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6D66DC

Tints of Slate Blue #6D66DC

RGB

 RED value IS 109 (42.97% from 255) = 25.29%

 GREEN value IS 102 (40.23% from 255) = 23.67%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 25.29%
G = 23.67%
B = 51.04%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D66DC (or 0x6D66DC) is known color: Slate Blue. HEX triplet: 6D, 66 and DC. RGB value is (109,102,220). Sum of RGB (Red+Green+Blue) = 109+102+220=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D66DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66DC is #929923. Grayscale: #757575. Windows color (decimal): -9607460 or 14444141. OLE color: 14444141.

HSL color Cylindrical-coordinate representation of color #6D66DC: hue angle of 243.56º 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 #6D66DC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 102 220 -
CMYK 0.50 0.54 0 0.14
HSL 243.56º 0.63% 0.63% -
HSV(B) 243.56º 0.54% 0.86% -
XYZ 23.98 17.92 69.91 -
YUV 117.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 109 102 220 0.50 0.54 0 0.14 243.56 0.63 0.63
Hex 6D 66 DC 32 36 0 E F4 3F 3F
Octal 155 146 334 62 66 0 16 364 77 77
Binary 1101101 1100110 11011100 110010 110110 0 1110 11110100 111111 111111

Color Harmonies of #6D66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D66DC

Black with #6D66DC

Text Example


Text Example

White with #6D66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D66DC;
 }
 .AnyTagClassName
 {
   color: #6D66DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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