#608DB0

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

Shades of Air Force Blue #608DB0

Tints of Air Force Blue #608DB0

Color information

#608DB0 (or 0x608DB0) is unknown color: approx Air Force Blue. HEX triplet: 60, 8D and B0. RGB value is (96,141,176). Sum of RGB (Red+Green+Blue) = 96+141+176=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #608DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DB0 is #9F724F. Grayscale: #838383. Windows color (decimal): -10449488 or 11570528. OLE color: 11570528.

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

Color convert

RGB96141176-
CMYK0.450.2000.31
HSL206.25º33.61%53.33%-
HSV(B)206.25º45.45%69.02%-
XYZ22.1924.6744.67-
YUV131.54153.09102.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 176 (69.14% from 255) = 42.62%
R=23.24%
G=34.14%
B=42.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961411760.450.2000.31206.2533.6153.33
Hex608DB02D1401Fce2235
Octal14021526055240373164265
Binary110000010001101101100001011011010001111111001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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