#6095AA

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

Shades of Air Force Blue #6095AA

Tints of Air Force Blue #6095AA

Color information

#6095AA (or 0x6095AA) is unknown color: approx Air Force Blue. HEX triplet: 60, 95 and AA. RGB value is (96,149,170). Sum of RGB (Red+Green+Blue) = 96+149+170=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #6095AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6095AA is #9F6A55. Grayscale: #878787. Windows color (decimal): -10447446 or 11179360. OLE color: 11179360.

HSL color Cylindrical-coordinate representation of color #6095AA: hue angle of 197.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6095AA is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96149170-
CMYK0.440.1200.33
HSL197.03º30.33%52.16%-
HSV(B)197.03º43.53%66.67%-
XYZ22.8326.8842.02-
YUV135.55147.4499.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.13%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=23.13%
G=35.90%
B=40.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961491700.440.1200.33197.0330.3352.16
Hex6095AA2CC021c51e34
Octal14022525254140413053664
Binary11000001001010110101010101100110001000011100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6095AA; }

 p { color: rgb(96,149,170); }

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

<style>
 a { background-color: #6095AA; }

 a { background-color: rgb(96,149,170); }

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

<style>
 span { border-color: #6095AA; }

 span { border-color: rgb(96,149,170); }

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