Html Css Color HEX #666BAE Chetwode Blue

📋 copy color: '#666BAE'

red 102 ◦ green 107 ◦ blue 174

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

Shades of Chetwode Blue #666BAE

Tints of Chetwode Blue #666BAE

RGB

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

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

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

R = 26.63%
G = 27.94%
B = 45.43%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#666BAE (or 0x666BAE) is known color: Chetwode Blue. HEX triplet: 66, 6B and AE. RGB value is (102,107,174). Sum of RGB (Red+Green+Blue) = 102+107+174=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #666BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BAE is #999451. Grayscale: #707070. Windows color (decimal): -10064978 or 11430758. OLE color: 11430758.

HSL color Cylindrical-coordinate representation of color #666BAE: hue angle of 235.83º 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 #666BAE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 107 174 -
CMYK 0.41 0.39 0 0.32
HSL 235.83º 0.31% 0.54% -
HSV(B) 235.83º 0.41% 0.68% -
XYZ 18.38 16.4 42.24 -
YUV 113.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 102 107 174 0.41 0.39 0 0.32 235.83 0.31 0.54
Hex 66 6B AE 29 27 0 20 EC 1F 36
Octal 146 153 256 51 47 0 40 354 37 66
Binary 1100110 1101011 10101110 101001 100111 0 100000 11101100 11111 110110

Color Harmonies of #666BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BAE

Black with #666BAE

Text Example


Text Example

White with #666BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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