Html Css Color HEX #668BAE Air Force Blue

📋 copy color: '#668BAE'

red 102 ◦ green 139 ◦ blue 174

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

Shades of Air Force Blue #668BAE

Tints of Air Force Blue #668BAE

RGB

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

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

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

R = 24.58%
G = 33.49%
B = 41.93%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#668BAE (or 0x668BAE) is known color: Air Force Blue. HEX triplet: 66, 8B and AE. RGB value is (102,139,174). Sum of RGB (Red+Green+Blue) = 102+139+174=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #668BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668BAE is #997451. Grayscale: #838383. Windows color (decimal): -10056786 or 11438950. OLE color: 11438950.

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

Color convert

RGB 102 139 174 -
CMYK 0.41 0.20 0 0.32
HSL 209.17º 0.31% 0.54% -
HSV(B) 209.17º 0.41% 0.68% -
XYZ 22.35 24.35 43.57 -
YUV 131.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 102 139 174 0.41 0.20 0 0.32 209.17 0.31 0.54
Hex 66 8B AE 29 14 0 20 D1 1F 36
Octal 146 213 256 51 24 0 40 321 37 66
Binary 1100110 10001011 10101110 101001 10100 0 100000 11010001 11111 110110

Color Harmonies of #668BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BAE

Black with #668BAE

Text Example


Text Example

White with #668BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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