Html Css Color HEX #668AAE Air Force Blue

📋 copy color: '#668AAE'

red 102 ◦ green 138 ◦ blue 174

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

Shades of Air Force Blue #668AAE

Tints of Air Force Blue #668AAE

RGB

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

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

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

R = 24.64%
G = 33.33%
B = 42.03%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#668AAE (or 0x668AAE) is known color: Air Force Blue. HEX triplet: 66, 8A and AE. RGB value is (102,138,174). Sum of RGB (Red+Green+Blue) = 102+138+174=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #668AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAE is #997551. Grayscale: #838383. Windows color (decimal): -10057042 or 11438694. OLE color: 11438694.

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

Color convert

RGB 102 138 174 -
CMYK 0.41 0.21 0 0.32
HSL 210º 0.31% 0.54% -
HSV(B) 210º 0.41% 0.68% -
XYZ 22.21 24.06 43.52 -
YUV 131.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 102 138 174 0.41 0.21 0 0.32 210 0.31 0.54
Hex 66 8A AE 29 15 0 20 D2 1F 36
Octal 146 212 256 51 25 0 40 322 37 66
Binary 1100110 10001010 10101110 101001 10101 0 100000 11010010 11111 110110

Color Harmonies of #668AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AAE

Black with #668AAE

Text Example


Text Example

White with #668AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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