#608CAB

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

Shades of Air Force Blue #608CAB

Tints of Air Force Blue #608CAB

Color information

#608CAB (or 0x608CAB) is unknown color: approx Air Force Blue. HEX triplet: 60, 8C and AB. RGB value is (96,140,171). Sum of RGB (Red+Green+Blue) = 96+140+171=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #608CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608CAB is #9F7354. Grayscale: #828282. Windows color (decimal): -10449749 or 11242592. OLE color: 11242592.

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

Color convert

RGB96140171-
CMYK0.440.1800.33
HSL204.8º30.86%52.35%-
HSV(B)204.8º43.86%67.06%-
XYZ21.5524.1842.06-
YUV130.38150.92103.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=23.59%
G=34.40%
B=42.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961401710.440.1800.33204.830.8652.35
Hex608CAB2C12021cd1f34
Octal14021425354220413153764
Binary110000010001100101010111011001001001000011100110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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