#6088A4

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

Shades of Air Force Blue #6088A4

Tints of Air Force Blue #6088A4

Color information

#6088A4 (or 0x6088A4) is unknown color: approx Air Force Blue. HEX triplet: 60, 88 and A4. RGB value is (96,136,164). Sum of RGB (Red+Green+Blue) = 96+136+164=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #6088A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6088A4 is #9F775B. Grayscale: #7F7F7F. Windows color (decimal): -10450780 or 10782816. OLE color: 10782816.

HSL color Cylindrical-coordinate representation of color #6088A4: hue angle of 204.71º 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 #6088A4 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB96136164-
CMYK0.410.1700.36
HSL204.71º27.2%50.98%-
HSV(B)204.71º41.46%64.31%-
XYZ20.3322.7838.45-
YUV127.23148.75105.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 164 (64.45% from 255) = 41.41%
R=24.24%
G=34.34%
B=41.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961361640.410.1700.36204.7127.250.98
Hex6088A42911024cd1b33
Octal14021024451210443153363
Binary110000010001000101001001010011000101001001100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6088A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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