Html Css Color HEX #668CAA Air Force Blue

📋 copy color: '#668CAA'

red 102 ◦ green 140 ◦ blue 170

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

Shades of Air Force Blue #668CAA

Tints of Air Force Blue #668CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 24.76%
G = 33.98%
B = 41.26%

CMYK

 C value IS 0.4

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#668CAA (or 0x668CAA) is known color: Air Force Blue. HEX triplet: 66, 8C and AA. RGB value is (102,140,170). Sum of RGB (Red+Green+Blue) = 102+140+170=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #668CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CAA is #997355. Grayscale: #838383. Windows color (decimal): -10056534 or 11177062. OLE color: 11177062.

HSL color Cylindrical-coordinate representation of color #668CAA: hue angle of 206.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #668CAA is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 140 170 -
CMYK 0.4 0.18 0 0.33
HSL 206.47º 0.29% 0.53% -
HSV(B) 206.47º 0.4% 0.67% -
XYZ 22.11 24.48 41.59 -
YUV 132.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 102 140 170 0.4 0.18 0 0.33 206.47 0.29 0.53
Hex 66 8C AA 28 12 0 21 CE 1D 35
Octal 146 214 252 50 22 0 41 316 35 65
Binary 1100110 10001100 10101010 101000 10010 0 100001 11001110 11101 110101

Color Harmonies of #668CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CAA

Black with #668CAA

Text Example


Text Example

White with #668CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,170); }

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

background-color css

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

 a { background-color: rgb(102,140,170); }

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

border-color css

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

 span { border-color: rgb(102,140,170); }

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