#6188AA

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

Shades of Air Force Blue #6188AA

Tints of Air Force Blue #6188AA

Color information

#6188AA (or 0x6188AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 88 and AA. RGB value is (97,136,170). Sum of RGB (Red+Green+Blue) = 97+136+170=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6188AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6188AA is #9E7755. Grayscale: #808080. Windows color (decimal): -10385238 or 11176033. OLE color: 11176033.

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

Color convert

RGB97136170-
CMYK0.430.2000.33
HSL207.95º30.04%52.35%-
HSV(B)207.95º42.94%66.67%-
XYZ20.9923.0541.37-
YUV128.22151.58105.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=24.07%
G=33.75%
B=42.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971361700.430.2000.33207.9530.0452.35
Hex6188AA2B14021d01e34
Octal14121025253240413203664
Binary110000110001000101010101010111010001000011101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6188AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,136,170); }

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

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

 a { background-color: rgb(97,136,170); }

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

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

 span { border-color: rgb(97,136,170); }

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