Html Css Color HEX #666BA0 Chetwode Blue

📋 copy color: '#666BA0'

red 102 ◦ green 107 ◦ blue 160

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

Shades of Chetwode Blue #666BA0

Tints of Chetwode Blue #666BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 27.64%
G = 29%
B = 43.36%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#666BA0 (or 0x666BA0) is known color: Chetwode Blue. HEX triplet: 66, 6B and A0. RGB value is (102,107,160). Sum of RGB (Red+Green+Blue) = 102+107+160=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #666BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BA0 is #99945F. Grayscale: #6F6F6F. Windows color (decimal): -10064992 or 10513254. OLE color: 10513254.

HSL color Cylindrical-coordinate representation of color #666BA0: hue angle of 234.83º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #666BA0 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 107 160 -
CMYK 0.36 0.33 0 0.37
HSL 234.83º 0.23% 0.51% -
HSV(B) 234.83º 0.36% 0.63% -
XYZ 17.08 15.88 35.42 -
YUV 111.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 102 107 160 0.36 0.33 0 0.37 234.83 0.23 0.51
Hex 66 6B A0 24 21 0 25 EB 17 33
Octal 146 153 240 44 41 0 45 353 27 63
Binary 1100110 1101011 10100000 100100 100001 0 100101 11101011 10111 110011

Color Harmonies of #666BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BA0

Black with #666BA0

Text Example


Text Example

White with #666BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,107,160); }

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

background-color css

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

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

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

border-color css

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

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

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