#608FB4

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

Shades of Air Force Blue #608FB4

Tints of Air Force Blue #608FB4

Color information

#608FB4 (or 0x608FB4) is unknown color: approx Air Force Blue. HEX triplet: 60, 8F and B4. RGB value is (96,143,180). Sum of RGB (Red+Green+Blue) = 96+143+180=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #608FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FB4 is #9F704B. Grayscale: #848484. Windows color (decimal): -10448972 or 11833184. OLE color: 11833184.

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

Color convert

RGB96143180-
CMYK0.470.2100.29
HSL206.43º35.9%54.12%-
HSV(B)206.43º46.67%70.59%-
XYZ22.8825.4346.88-
YUV133.16154.43101.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=22.91%
G=34.13%
B=42.96%

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
Decimal961431800.470.2100.29206.4335.954.12
Hex608FB42F1501Dce2436
Octal14021726457250353164466
Binary110000010001111101101001011111010101110111001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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