#608DAD

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

Shades of Air Force Blue #608DAD

Tints of Air Force Blue #608DAD

Color information

#608DAD (or 0x608DAD) is unknown color: approx Air Force Blue. HEX triplet: 60, 8D and AD. RGB value is (96,141,173). Sum of RGB (Red+Green+Blue) = 96+141+173=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #608DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAD is #9F7252. Grayscale: #838383. Windows color (decimal): -10449491 or 11373920. OLE color: 11373920.

HSL color Cylindrical-coordinate representation of color #608DAD: hue angle of 204.94º 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 #608DAD is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96141173-
CMYK0.450.1800.32
HSL204.94º31.95%52.75%-
HSV(B)204.94º44.51%67.84%-
XYZ21.8924.5543.12-
YUV131.19151.59102.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=23.41%
G=34.39%
B=42.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961411730.450.1800.32204.9431.9552.75
Hex608DAD2D12020cd2035
Octal14021525555220403154065
Binary1100000100011011010110110110110010010000011001101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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