Html Css Color HEX #668BAC Air Force Blue

📋 copy color: '#668BAC'

red 102 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #668BAC

Tints of Air Force Blue #668BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.66%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 24.7%
G = 33.66%
B = 41.65%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#668BAC (or 0x668BAC) is known color: Air Force Blue. HEX triplet: 66, 8B and AC. RGB value is (102,139,172). Sum of RGB (Red+Green+Blue) = 102+139+172=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #668BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668BAC is #997453. Grayscale: #838383. Windows color (decimal): -10056788 or 11307878. OLE color: 11307878.

HSL color Cylindrical-coordinate representation of color #668BAC: hue angle of 208.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #668BAC is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 139 172 -
CMYK 0.41 0.19 0 0.33
HSL 208.29º 0.3% 0.54% -
HSV(B) 208.29º 0.41% 0.67% -
XYZ 22.16 24.27 42.55 -
YUV 131.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 102 139 172 0.41 0.19 0 0.33 208.29 0.3 0.54
Hex 66 8B AC 29 13 0 21 D0 1E 36
Octal 146 213 254 51 23 0 41 320 36 66
Binary 1100110 10001011 10101100 101001 10011 0 100001 11010000 11110 110110

Color Harmonies of #668BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BAC

Black with #668BAC

Text Example


Text Example

White with #668BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,172); }

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

background-color css

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

 a { background-color: rgb(102,139,172); }

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

border-color css

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

 span { border-color: rgb(102,139,172); }

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