Html Css Color HEX #666CBB Chetwode Blue

📋 copy color: '#666CBB'

red 102 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #666CBB

Tints of Chetwode Blue #666CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 25.69%
G = 27.2%
B = 47.1%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#666CBB (or 0x666CBB) is known color: Chetwode Blue. HEX triplet: 66, 6C and BB. RGB value is (102,108,187). Sum of RGB (Red+Green+Blue) = 102+108+187=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #666CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CBB is #999344. Grayscale: #727272. Windows color (decimal): -10064709 or 12282982. OLE color: 12282982.

HSL color Cylindrical-coordinate representation of color #666CBB: hue angle of 235.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666CBB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 108 187 -
CMYK 0.45 0.42 0 0.27
HSL 235.76º 0.38% 0.57% -
HSV(B) 235.76º 0.45% 0.73% -
XYZ 19.81 17.14 49.28 -
YUV 115.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 102 108 187 0.45 0.42 0 0.27 235.76 0.38 0.57
Hex 66 6C BB 2D 2A 0 1B EC 26 39
Octal 146 154 273 55 52 0 33 354 46 71
Binary 1100110 1101100 10111011 101101 101010 0 11011 11101100 100110 111001

Color Harmonies of #666CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CBB

Black with #666CBB

Text Example


Text Example

White with #666CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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