Html Css Color HEX #666CB2 Chetwode Blue

📋 copy color: '#666CB2'

red 102 ◦ green 108 ◦ blue 178

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

Shades of Chetwode Blue #666CB2

Tints of Chetwode Blue #666CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.88%

R = 26.29%
G = 27.84%
B = 45.88%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#666CB2 (or 0x666CB2) is known color: Chetwode Blue. HEX triplet: 66, 6C and B2. RGB value is (102,108,178). Sum of RGB (Red+Green+Blue) = 102+108+178=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #666CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CB2 is #99934D. Grayscale: #717171. Windows color (decimal): -10064718 or 11693158. OLE color: 11693158.

HSL color Cylindrical-coordinate representation of color #666CB2: hue angle of 235.26º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666CB2 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 108 178 -
CMYK 0.43 0.39 0 0.30
HSL 235.26º 0.33% 0.55% -
HSV(B) 235.26º 0.43% 0.7% -
XYZ 18.88 16.76 44.36 -
YUV 114.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 102 108 178 0.43 0.39 0 0.30 235.26 0.33 0.55
Hex 66 6C B2 2B 27 0 1E EB 21 37
Octal 146 154 262 53 47 0 36 353 41 67
Binary 1100110 1101100 10110010 101011 100111 0 11110 11101011 100001 110111

Color Harmonies of #666CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CB2

Black with #666CB2

Text Example


Text Example

White with #666CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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