Html Css Color HEX #668FAF Air Force Blue

📋 copy color: '#668FAF'

red 102 ◦ green 143 ◦ blue 175

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

Shades of Air Force Blue #668FAF

Tints of Air Force Blue #668FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 24.29%
G = 34.05%
B = 41.67%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#668FAF (or 0x668FAF) is known color: Air Force Blue. HEX triplet: 66, 8F and AF. RGB value is (102,143,175). Sum of RGB (Red+Green+Blue) = 102+143+175=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #668FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FAF is #997050. Grayscale: #868686. Windows color (decimal): -10055761 or 11505510. OLE color: 11505510.

HSL color Cylindrical-coordinate representation of color #668FAF: hue angle of 206.3º 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 #668FAF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 143 175 -
CMYK 0.42 0.18 0 0.31
HSL 206.3º 0.31% 0.54% -
HSV(B) 206.3º 0.42% 0.69% -
XYZ 23.04 25.56 44.28 -
YUV 134.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 102 143 175 0.42 0.18 0 0.31 206.3 0.31 0.54
Hex 66 8F AF 2A 12 0 1F CE 1F 36
Octal 146 217 257 52 22 0 37 316 37 66
Binary 1100110 10001111 10101111 101010 10010 0 11111 11001110 11111 110110

Color Harmonies of #668FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FAF

Black with #668FAF

Text Example


Text Example

White with #668FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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