#608AAC

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

Shades of Air Force Blue #608AAC

Tints of Air Force Blue #608AAC

Color information

#608AAC (or 0x608AAC) is unknown color: approx Air Force Blue. HEX triplet: 60, 8A and AC. RGB value is (96,138,172). Sum of RGB (Red+Green+Blue) = 96+138+172=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #608AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608AAC is #9F7553. Grayscale: #818181. Windows color (decimal): -10450260 or 11307616. OLE color: 11307616.

HSL color Cylindrical-coordinate representation of color #608AAC: hue angle of 206.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #608AAC is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96138172-
CMYK0.440.2000.33
HSL206.84º31.4%52.55%-
HSV(B)206.84º44.19%67.45%-
XYZ21.3623.6442.47-
YUV129.32152.09104.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=23.65%
G=33.99%
B=42.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961381720.440.2000.33206.8431.452.55
Hex608AAC2C14021cf1f35
Octal14021225454240413173765
Binary110000010001010101011001011001010001000011100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,138,172); }

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

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

 a { background-color: rgb(96,138,172); }

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

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

 span { border-color: rgb(96,138,172); }

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