#608DB4

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

Shades of Air Force Blue #608DB4

Tints of Air Force Blue #608DB4

Color information

#608DB4 (or 0x608DB4) is unknown color: approx Air Force Blue. HEX triplet: 60, 8D and B4. RGB value is (96,141,180). Sum of RGB (Red+Green+Blue) = 96+141+180=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #608DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DB4 is #9F724B. Grayscale: #838383. Windows color (decimal): -10449484 or 11832672. OLE color: 11832672.

HSL color Cylindrical-coordinate representation of color #608DB4: hue angle of 207.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608DB4 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96141180-
CMYK0.470.2200.29
HSL207.86º35.9%54.12%-
HSV(B)207.86º46.67%70.59%-
XYZ22.5924.8346.78-
YUV131.99155.09102.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=23.02%
G=33.81%
B=43.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961411800.470.2200.29207.8635.954.12
Hex608DB42F1601Dd02436
Octal14021526457260353204466
Binary110000010001101101101001011111011001110111010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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