Html Css Color HEX #666DDA Slate Blue

📋 copy color: '#666DDA'

red 102 ◦ green 109 ◦ blue 218

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

Shades of Slate Blue #666DDA

Tints of Slate Blue #666DDA

RGB

 RED value IS 102 (40.23% from 255) = 23.78%

 GREEN value IS 109 (42.97% from 255) = 25.41%

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 23.78%
G = 25.41%
B = 50.82%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#666DDA (or 0x666DDA) is known color: Slate Blue. HEX triplet: 66, 6D and DA. RGB value is (102,109,218). Sum of RGB (Red+Green+Blue) = 102+109+218=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #666DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DDA is #999225. Grayscale: #767676. Windows color (decimal): -10064422 or 14314854. OLE color: 14314854.

HSL color Cylindrical-coordinate representation of color #666DDA: hue angle of 236.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666DDA is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 109 218 -
CMYK 0.53 0.5 0 0.15
HSL 236.38º 0.61% 0.63% -
HSV(B) 236.38º 0.53% 0.85% -
XYZ 23.6 18.82 68.72 -
YUV 119.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 102 109 218 0.53 0.5 0 0.15 236.38 0.61 0.63
Hex 66 6D DA 35 32 0 F EC 3D 3F
Octal 146 155 332 65 62 0 17 354 75 77
Binary 1100110 1101101 11011010 110101 110010 0 1111 11101100 111101 111111

Color Harmonies of #666DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DDA

Black with #666DDA

Text Example


Text Example

White with #666DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666DDA; }

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

 H1.HeaderClassName
 {
   color: #666DDA;
 }
 .AnyTagClassName
 {
   color: #666DDA;
 }
</style>

background-color css

<style>
 a { background-color: #666DDA; }

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

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

border-color css

<style>
 span { border-color: #666DDA; }

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

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