#6092AF

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

Shades of Air Force Blue #6092AF

Tints of Air Force Blue #6092AF

Color information

#6092AF (or 0x6092AF) is unknown color: approx Air Force Blue. HEX triplet: 60, 92 and AF. RGB value is (96,146,175). Sum of RGB (Red+Green+Blue) = 96+146+175=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #6092AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6092AF is #9F6D50. Grayscale: #868686. Windows color (decimal): -10448209 or 11506272. OLE color: 11506272.

HSL color Cylindrical-coordinate representation of color #6092AF: hue angle of 202.03º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6092AF is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96146175-
CMYK0.450.1700.31
HSL202.03º33.05%53.14%-
HSV(B)202.03º45.14%68.63%-
XYZ22.8426.1444.4-
YUV134.36150.94100.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=23.02%
G=35.01%
B=41.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961461750.450.1700.31202.0333.0553.14
Hex6092AF2D1101Fca2135
Octal14022225755210373124165
Binary110000010010010101011111011011000101111111001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6092AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6092AF; }

 p { color: rgb(96,146,175); }

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

<style>
 a { background-color: #6092AF; }

 a { background-color: rgb(96,146,175); }

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

<style>
 span { border-color: #6092AF; }

 span { border-color: rgb(96,146,175); }

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