Html Css Color HEX #668AAF Air Force Blue

📋 copy color: '#668AAF'

red 102 ◦ green 138 ◦ blue 175

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

Shades of Air Force Blue #668AAF

Tints of Air Force Blue #668AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 24.58%
G = 33.25%
B = 42.17%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#668AAF (or 0x668AAF) is known color: Air Force Blue. HEX triplet: 66, 8A and AF. RGB value is (102,138,175). Sum of RGB (Red+Green+Blue) = 102+138+175=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #668AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAF is #997550. Grayscale: #838383. Windows color (decimal): -10057041 or 11504230. OLE color: 11504230.

HSL color Cylindrical-coordinate representation of color #668AAF: hue angle of 210.41º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #668AAF is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 138 175 -
CMYK 0.42 0.21 0 0.31
HSL 210.41º 0.31% 0.54% -
HSV(B) 210.41º 0.42% 0.69% -
XYZ 22.31 24.1 44.03 -
YUV 131.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 102 138 175 0.42 0.21 0 0.31 210.41 0.31 0.54
Hex 66 8A AF 2A 15 0 1F D2 1F 36
Octal 146 212 257 52 25 0 37 322 37 66
Binary 1100110 10001010 10101111 101010 10101 0 11111 11010010 11111 110110

Color Harmonies of #668AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AAF

Black with #668AAF

Text Example


Text Example

White with #668AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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