Html Css Color HEX #666FCC Chetwode Blue

📋 copy color: '#666FCC'

red 102 ◦ green 111 ◦ blue 204

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

Shades of Chetwode Blue #666FCC

Tints of Chetwode Blue #666FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 24.46%
G = 26.62%
B = 48.92%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#666FCC (or 0x666FCC) is known color: Chetwode Blue. HEX triplet: 66, 6F and CC. RGB value is (102,111,204). Sum of RGB (Red+Green+Blue) = 102+111+204=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #666FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FCC is #999033. Grayscale: #767676. Windows color (decimal): -10063924 or 13397862. OLE color: 13397862.

HSL color Cylindrical-coordinate representation of color #666FCC: hue angle of 234.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666FCC is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 111 204 -
CMYK 0.5 0.46 0 0.2
HSL 234.71º 0.5% 0.6% -
HSV(B) 234.71º 0.5% 0.8% -
XYZ 22.06 18.55 59.55 -
YUV 118.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 102 111 204 0.5 0.46 0 0.2 234.71 0.5 0.6
Hex 66 6F CC 32 2E 0 14 EB 32 3C
Octal 146 157 314 62 56 0 24 353 62 74
Binary 1100110 1101111 11001100 110010 101110 0 10100 11101011 110010 111100

Color Harmonies of #666FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FCC

Black with #666FCC

Text Example


Text Example

White with #666FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,204); }

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

background-color css

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

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

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

border-color css

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

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

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