#608EB4

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

Shades of Air Force Blue #608EB4

Tints of Air Force Blue #608EB4

Color information

#608EB4 (or 0x608EB4) is unknown color: approx Air Force Blue. HEX triplet: 60, 8E and B4. RGB value is (96,142,180). Sum of RGB (Red+Green+Blue) = 96+142+180=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #608EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EB4 is #9F714B. Grayscale: #848484. Windows color (decimal): -10449228 or 11832928. OLE color: 11832928.

HSL color Cylindrical-coordinate representation of color #608EB4: hue angle of 207.14º 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 #608EB4 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96142180-
CMYK0.470.2100.29
HSL207.14º35.9%54.12%-
HSV(B)207.14º46.67%70.59%-
XYZ22.7425.1346.83-
YUV132.58154.76101.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=22.97%
G=33.97%
B=43.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961421800.470.2100.29207.1435.954.12
Hex608EB42F1501Dcf2436
Octal14021626457250353174466
Binary110000010001110101101001011111010101110111001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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