#6085A4

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

Shades of Air Force Blue #6085A4

Tints of Air Force Blue #6085A4

Color information

#6085A4 (or 0x6085A4) is unknown color: approx Air Force Blue. HEX triplet: 60, 85 and A4. RGB value is (96,133,164). Sum of RGB (Red+Green+Blue) = 96+133+164=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #6085A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6085A4 is #9F7A5B. Grayscale: #7D7D7D. Windows color (decimal): -10451548 or 10782048. OLE color: 10782048.

HSL color Cylindrical-coordinate representation of color #6085A4: hue angle of 207.35º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6085A4 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB96133164-
CMYK0.410.1900.36
HSL207.35º27.2%50.98%-
HSV(B)207.35º41.46%64.31%-
XYZ19.9121.9438.31-
YUV125.47149.74106.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=24.43%
G=33.84%
B=41.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961331640.410.1900.36207.3527.250.98
Hex6085A42913024cf1b33
Octal14020524451230443173363
Binary110000010000101101001001010011001101001001100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6085A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6085A4; }

 p { color: rgb(96,133,164); }

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

<style>
 a { background-color: #6085A4; }

 a { background-color: rgb(96,133,164); }

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

<style>
 span { border-color: #6085A4; }

 span { border-color: rgb(96,133,164); }

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