Html Css Color HEX #666FA0 Chetwode Blue

📋 copy color: '#666FA0'

red 102 ◦ green 111 ◦ blue 160

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

Shades of Chetwode Blue #666FA0

Tints of Chetwode Blue #666FA0

RGB

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

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

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

R = 27.35%
G = 29.76%
B = 42.9%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#666FA0 (or 0x666FA0) is known color: Chetwode Blue. HEX triplet: 66, 6F and A0. RGB value is (102,111,160). Sum of RGB (Red+Green+Blue) = 102+111+160=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #666FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FA0 is #99905F. Grayscale: #717171. Windows color (decimal): -10063968 or 10514278. OLE color: 10514278.

HSL color Cylindrical-coordinate representation of color #666FA0: hue angle of 230.69º 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 #666FA0 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 111 160 -
CMYK 0.36 0.31 0 0.37
HSL 230.69º 0.23% 0.51% -
HSV(B) 230.69º 0.36% 0.63% -
XYZ 17.51 16.73 35.56 -
YUV 113.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 102 111 160 0.36 0.31 0 0.37 230.69 0.23 0.51
Hex 66 6F A0 24 1F 0 25 E7 17 33
Octal 146 157 240 44 37 0 45 347 27 63
Binary 1100110 1101111 10100000 100100 11111 0 100101 11100111 10111 110011

Color Harmonies of #666FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FA0

Black with #666FA0

Text Example


Text Example

White with #666FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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