Html Css Color HEX #666FAB Chetwode Blue

📋 copy color: '#666FAB'

red 102 ◦ green 111 ◦ blue 171

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

Shades of Chetwode Blue #666FAB

Tints of Chetwode Blue #666FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 26.56%
G = 28.91%
B = 44.53%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#666FAB (or 0x666FAB) is known color: Chetwode Blue. HEX triplet: 66, 6F and AB. RGB value is (102,111,171). Sum of RGB (Red+Green+Blue) = 102+111+171=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #666FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FAB is #999054. Grayscale: #727272. Windows color (decimal): -10063957 or 11235174. OLE color: 11235174.

HSL color Cylindrical-coordinate representation of color #666FAB: hue angle of 232.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #666FAB is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 111 171 -
CMYK 0.40 0.35 0 0.33
HSL 232.17º 0.29% 0.54% -
HSV(B) 232.17º 0.4% 0.67% -
XYZ 18.51 17.13 40.86 -
YUV 115.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 102 111 171 0.40 0.35 0 0.33 232.17 0.29 0.54
Hex 66 6F AB 28 23 0 21 E8 1D 36
Octal 146 157 253 50 43 0 41 350 35 66
Binary 1100110 1101111 10101011 101000 100011 0 100001 11101000 11101 110110

Color Harmonies of #666FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FAB

Black with #666FAB

Text Example


Text Example

White with #666FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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