#608CAD

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

Shades of Air Force Blue #608CAD

Tints of Air Force Blue #608CAD

Color information

#608CAD (or 0x608CAD) is unknown color: approx Air Force Blue. HEX triplet: 60, 8C and AD. RGB value is (96,140,173). Sum of RGB (Red+Green+Blue) = 96+140+173=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #608CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608CAD is #9F7352. Grayscale: #828282. Windows color (decimal): -10449747 or 11373664. OLE color: 11373664.

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

Color convert

RGB96140173-
CMYK0.450.1900.32
HSL205.71º31.95%52.75%-
HSV(B)205.71º44.51%67.84%-
XYZ21.7424.2643.07-
YUV130.61151.92103.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=23.47%
G=34.23%
B=42.30%

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
Decimal961401730.450.1900.32205.7131.9552.75
Hex608CAD2D13020ce2035
Octal14021425555230403164065
Binary1100000100011001010110110110110011010000011001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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