#608FA3

Color #608FA3 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #608FA3

Tints of Air Force Blue #608FA3

Color information

#608FA3 (or 0x608FA3) is unknown color: approx Air Force Blue. HEX triplet: 60, 8F and A3. RGB value is (96,143,163). Sum of RGB (Red+Green+Blue) = 96+143+163=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 163 - color contains mainly: blue. Hex color #608FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FA3 is #9F705C. Grayscale: #838383. Windows color (decimal): -10448989 or 10719072. OLE color: 10719072.

HSL color Cylindrical-coordinate representation of color #608FA3: hue angle of 197.91º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #608FA3 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB96143163-
CMYK0.410.1200.36
HSL197.91º26.69%50.78%-
HSV(B)197.91º41.1%63.92%-
XYZ21.2624.7838.31-
YUV131.23145.93102.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 163 (64.06% from 255) = 40.55%
R=23.88%
G=35.57%
B=40.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961431630.410.1200.36197.9126.6950.78
Hex608FA329C024c61b33
Octal14021724351140443063363
Binary11000001000111110100011101001110001001001100011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608FA3; }

 p { color: rgb(96,143,163); }

 H1.HeaderClassName
 {
   color: #608FA3;
 }
 .AnyTagClassName
 {
   color: #608FA3;
 }
</style>
background-color css

<style>
 a { background-color: #608FA3; }

 a { background-color: rgb(96,143,163); }

 div.DivClassName
 {
   background-color: #608FA3;
 }
 .BgClassName
 {
   background-color: #608FA3;
 }
</style>
border-color css

<style>
 span { border-color: #608FA3; }

 span { border-color: rgb(96,143,163); }

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