Html Css Color HEX #666BA2 Chetwode Blue

📋 copy color: '#666BA2'

red 102 ◦ green 107 ◦ blue 162

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

Shades of Chetwode Blue #666BA2

Tints of Chetwode Blue #666BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.67%

R = 27.49%
G = 28.84%
B = 43.67%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#666BA2 (or 0x666BA2) is known color: Chetwode Blue. HEX triplet: 66, 6B and A2. RGB value is (102,107,162). Sum of RGB (Red+Green+Blue) = 102+107+162=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #666BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BA2 is #99945D. Grayscale: #6F6F6F. Windows color (decimal): -10064990 or 10644326. OLE color: 10644326.

HSL color Cylindrical-coordinate representation of color #666BA2: hue angle of 235º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666BA2 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 107 162 -
CMYK 0.37 0.34 0 0.36
HSL 235º 0.24% 0.52% -
HSV(B) 235º 0.37% 0.64% -
XYZ 17.26 15.95 36.35 -
YUV 111.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 102 107 162 0.37 0.34 0 0.36 235 0.24 0.52
Hex 66 6B A2 25 22 0 24 EB 18 34
Octal 146 153 242 45 42 0 44 353 30 64
Binary 1100110 1101011 10100010 100101 100010 0 100100 11101011 11000 110100

Color Harmonies of #666BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BA2

Black with #666BA2

Text Example


Text Example

White with #666BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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