Html Css Color HEX #668AAB Air Force Blue

📋 copy color: '#668AAB'

red 102 ◦ green 138 ◦ blue 171

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

Shades of Air Force Blue #668AAB

Tints of Air Force Blue #668AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

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

R = 24.82%
G = 33.58%
B = 41.61%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#668AAB (or 0x668AAB) is known color: Air Force Blue. HEX triplet: 66, 8A and AB. RGB value is (102,138,171). Sum of RGB (Red+Green+Blue) = 102+138+171=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #668AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAB is #997554. Grayscale: #828282. Windows color (decimal): -10057045 or 11242086. OLE color: 11242086.

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

Color convert

RGB 102 138 171 -
CMYK 0.40 0.19 0 0.33
HSL 208.7º 0.29% 0.54% -
HSV(B) 208.7º 0.4% 0.67% -
XYZ 21.92 23.94 41.99 -
YUV 131 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 102 138 171 0.40 0.19 0 0.33 208.7 0.29 0.54
Hex 66 8A AB 28 13 0 21 D1 1D 36
Octal 146 212 253 50 23 0 41 321 35 66
Binary 1100110 10001010 10101011 101000 10011 0 100001 11010001 11101 110110

Color Harmonies of #668AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AAB

Black with #668AAB

Text Example


Text Example

White with #668AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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