#608DAE

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

Shades of Air Force Blue #608DAE

Tints of Air Force Blue #608DAE

Color information

#608DAE (or 0x608DAE) is unknown color: approx Air Force Blue. HEX triplet: 60, 8D and AE. RGB value is (96,141,174). Sum of RGB (Red+Green+Blue) = 96+141+174=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #608DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAE is #9F7251. Grayscale: #838383. Windows color (decimal): -10449490 or 11439456. OLE color: 11439456.

HSL color Cylindrical-coordinate representation of color #608DAE: hue angle of 205.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #608DAE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96141174-
CMYK0.450.1900.32
HSL205.38º32.5%52.94%-
HSV(B)205.38º44.83%68.24%-
XYZ21.9924.5943.63-
YUV131.31152.09102.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=23.36%
G=34.31%
B=42.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961411740.450.1900.32205.3832.552.94
Hex608DAE2D13020cd2035
Octal14021525655230403154065
Binary1100000100011011010111010110110011010000011001101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,141,174); }

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

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

 a { background-color: rgb(96,141,174); }

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

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

 span { border-color: rgb(96,141,174); }

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