Html Css Color HEX #6666CF Slate Blue

📋 copy color: '#6666CF'

red 102 ◦ green 102 ◦ blue 207

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

Shades of Slate Blue #6666CF

Tints of Slate Blue #6666CF

RGB

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

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

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

R = 24.82%
G = 24.82%
B = 50.36%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6666CF (or 0x6666CF) is known color: Slate Blue. HEX triplet: 66, 66 and CF. RGB value is (102,102,207). Sum of RGB (Red+Green+Blue) = 102+102+207=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #6666CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666CF is #999930. Grayscale: #717171. Windows color (decimal): -10066225 or 13592166. OLE color: 13592166.

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

Color convert

RGB 102 102 207 -
CMYK 0.51 0.51 0 0.19
HSL 240º 0.52% 0.61% -
HSV(B) 240º 0.51% 0.81% -
XYZ 21.49 16.83 61.15 -
YUV 113.97 180.5 119.46 -
System Red Green Blue C M Y K H S L
Decimal 102 102 207 0.51 0.51 0 0.19 240 0.52 0.61
Hex 66 66 CF 33 33 0 13 F0 34 3D
Octal 146 146 317 63 63 0 23 360 64 75
Binary 1100110 1100110 11001111 110011 110011 0 10011 11110000 110100 111101

Color Harmonies of #6666CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6666CF

Black with #6666CF

Text Example


Text Example

White with #6666CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6666CF; }

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

 H1.HeaderClassName
 {
   color: #6666CF;
 }
 .AnyTagClassName
 {
   color: #6666CF;
 }
</style>

background-color css

<style>
 a { background-color: #6666CF; }

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

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

border-color css

<style>
 span { border-color: #6666CF; }

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

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