Html Css Color HEX #666CCF Slate Blue

📋 copy color: '#666CCF'

red 102 ◦ green 108 ◦ blue 207

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

Shades of Slate Blue #666CCF

Tints of Slate Blue #666CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

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

R = 24.46%
G = 25.9%
B = 49.64%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#666CCF (or 0x666CCF) is known color: Slate Blue. HEX triplet: 66, 6C and CF. RGB value is (102,108,207). Sum of RGB (Red+Green+Blue) = 102+108+207=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #666CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CCF is #999330. Grayscale: #757575. Windows color (decimal): -10064689 or 13593702. OLE color: 13593702.

HSL color Cylindrical-coordinate representation of color #666CCF: hue angle of 236.57º 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 #666CCF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 108 207 -
CMYK 0.51 0.48 0 0.19
HSL 236.57º 0.52% 0.61% -
HSV(B) 236.57º 0.51% 0.81% -
XYZ 22.1 18.05 61.35 -
YUV 117.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 102 108 207 0.51 0.48 0 0.19 236.57 0.52 0.61
Hex 66 6C CF 33 30 0 13 ED 34 3D
Octal 146 154 317 63 60 0 23 355 64 75
Binary 1100110 1101100 11001111 110011 110000 0 10011 11101101 110100 111101

Color Harmonies of #666CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CCF

Black with #666CCF

Text Example


Text Example

White with #666CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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