Html Css Color HEX #666DAE Chetwode Blue

📋 copy color: '#666DAE'

red 102 ◦ green 109 ◦ blue 174

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

Shades of Chetwode Blue #666DAE

Tints of Chetwode Blue #666DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 26.49%
G = 28.31%
B = 45.19%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#666DAE (or 0x666DAE) is known color: Chetwode Blue. HEX triplet: 66, 6D and AE. RGB value is (102,109,174). Sum of RGB (Red+Green+Blue) = 102+109+174=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #666DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DAE is #999251. Grayscale: #727272. Windows color (decimal): -10064466 or 11431270. OLE color: 11431270.

HSL color Cylindrical-coordinate representation of color #666DAE: hue angle of 234.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666DAE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 109 174 -
CMYK 0.41 0.37 0 0.32
HSL 234.17º 0.31% 0.54% -
HSV(B) 234.17º 0.41% 0.68% -
XYZ 18.59 16.82 42.31 -
YUV 114.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 102 109 174 0.41 0.37 0 0.32 234.17 0.31 0.54
Hex 66 6D AE 29 25 0 20 EA 1F 36
Octal 146 155 256 51 45 0 40 352 37 66
Binary 1100110 1101101 10101110 101001 100101 0 100000 11101010 11111 110110

Color Harmonies of #666DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DAE

Black with #666DAE

Text Example


Text Example

White with #666DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,109,174); }

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

background-color css

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

 a { background-color: rgb(102,109,174); }

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

border-color css

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

 span { border-color: rgb(102,109,174); }

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