Html Css Color HEX #6D66DB Slate Blue

📋 copy color: '#6D66DB'

red 109 ◦ green 102 ◦ blue 219

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

Shades of Slate Blue #6D66DB

Tints of Slate Blue #6D66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 25.35%
G = 23.72%
B = 50.93%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D66DB (or 0x6D66DB) is known color: Slate Blue. HEX triplet: 6D, 66 and DB. RGB value is (109,102,219). Sum of RGB (Red+Green+Blue) = 109+102+219=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66DB is #929924. Grayscale: #747474. Windows color (decimal): -9607461 or 14378605. OLE color: 14378605.

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

Color convert

RGB 109 102 219 -
CMYK 0.50 0.53 0 0.14
HSL 243.59º 0.62% 0.63% -
HSV(B) 243.59º 0.53% 0.86% -
XYZ 23.84 17.87 69.21 -
YUV 117.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 109 102 219 0.50 0.53 0 0.14 243.59 0.62 0.63
Hex 6D 66 DB 32 35 0 E F4 3E 3F
Octal 155 146 333 62 65 0 16 364 76 77
Binary 1101101 1100110 11011011 110010 110101 0 1110 11110100 111110 111111

Color Harmonies of #6D66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D66DB

Black with #6D66DB

Text Example


Text Example

White with #6D66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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