Html Css Color HEX #668CAB Air Force Blue

📋 copy color: '#668CAB'

red 102 ◦ green 140 ◦ blue 171

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

Shades of Air Force Blue #668CAB

Tints of Air Force Blue #668CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

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

R = 24.7%
G = 33.9%
B = 41.4%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#668CAB (or 0x668CAB) is known color: Air Force Blue. HEX triplet: 66, 8C and AB. RGB value is (102,140,171). Sum of RGB (Red+Green+Blue) = 102+140+171=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #668CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CAB is #997354. Grayscale: #848484. Windows color (decimal): -10056533 or 11242598. OLE color: 11242598.

HSL color Cylindrical-coordinate representation of color #668CAB: hue angle of 206.96º 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 #668CAB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 140 171 -
CMYK 0.40 0.18 0 0.33
HSL 206.96º 0.29% 0.54% -
HSV(B) 206.96º 0.4% 0.67% -
XYZ 22.21 24.52 42.09 -
YUV 132.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 102 140 171 0.40 0.18 0 0.33 206.96 0.29 0.54
Hex 66 8C AB 28 12 0 21 CF 1D 36
Octal 146 214 253 50 22 0 41 317 35 66
Binary 1100110 10001100 10101011 101000 10010 0 100001 11001111 11101 110110

Color Harmonies of #668CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CAB

Black with #668CAB

Text Example


Text Example

White with #668CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668CAB; }

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

 H1.HeaderClassName
 {
   color: #668CAB;
 }
 .AnyTagClassName
 {
   color: #668CAB;
 }
</style>

background-color css

<style>
 a { background-color: #668CAB; }

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

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

border-color css

<style>
 span { border-color: #668CAB; }

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

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