#608FB2

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

Shades of Air Force Blue #608FB2

Tints of Air Force Blue #608FB2

Color information

#608FB2 (or 0x608FB2) is unknown color: approx Air Force Blue. HEX triplet: 60, 8F and B2. RGB value is (96,143,178). Sum of RGB (Red+Green+Blue) = 96+143+178=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 178 - color contains mainly: blue. Hex color #608FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FB2 is #9F704D. Grayscale: #848484. Windows color (decimal): -10448974 or 11702112. OLE color: 11702112.

HSL color Cylindrical-coordinate representation of color #608FB2: hue angle of 205.61º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #608FB2 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB96143178-
CMYK0.460.2000.30
HSL205.61º34.75%53.73%-
HSV(B)205.61º46.07%69.8%-
XYZ22.6825.3545.82-
YUV132.94153.43101.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 178 (69.92% from 255) = 42.69%
R=23.02%
G=34.29%
B=42.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961431780.460.2000.30205.6134.7553.73
Hex608FB22E1401Ece2336
Octal14021726256240363164366
Binary110000010001111101100101011101010001111011001110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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