Html Css Color HEX #666DCF Slate Blue

📋 copy color: '#666DCF'

red 102 ◦ green 109 ◦ blue 207

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

Shades of Slate Blue #666DCF

Tints of Slate Blue #666DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 24.4%
G = 26.08%
B = 49.52%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#666DCF (or 0x666DCF) is known color: Slate Blue. HEX triplet: 66, 6D and CF. RGB value is (102,109,207). Sum of RGB (Red+Green+Blue) = 102+109+207=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #666DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DCF is #999230. Grayscale: #757575. Windows color (decimal): -10064433 or 13593958. OLE color: 13593958.

HSL color Cylindrical-coordinate representation of color #666DCF: hue angle of 236º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666DCF is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 109 207 -
CMYK 0.51 0.47 0 0.19
HSL 236º 0.52% 0.61% -
HSV(B) 236º 0.51% 0.81% -
XYZ 22.21 18.27 61.39 -
YUV 118.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 102 109 207 0.51 0.47 0 0.19 236 0.52 0.61
Hex 66 6D CF 33 2F 0 13 EC 34 3D
Octal 146 155 317 63 57 0 23 354 64 75
Binary 1100110 1101101 11001111 110011 101111 0 10011 11101100 110100 111101

Color Harmonies of #666DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DCF

Black with #666DCF

Text Example


Text Example

White with #666DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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