#6195AA

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

Shades of Air Force Blue #6195AA

Tints of Air Force Blue #6195AA

Color information

#6195AA (or 0x6195AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 95 and AA. RGB value is (97,149,170). Sum of RGB (Red+Green+Blue) = 97+149+170=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #6195AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195AA is #9E6A55. Grayscale: #878787. Windows color (decimal): -10381910 or 11179361. OLE color: 11179361.

HSL color Cylindrical-coordinate representation of color #6195AA: hue angle of 197.26º 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 #6195AA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97149170-
CMYK0.430.1200.33
HSL197.26º30.04%52.35%-
HSV(B)197.26º42.94%66.67%-
XYZ22.9326.9442.02-
YUV135.85147.27100.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=23.32%
G=35.82%
B=40.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971491700.430.1200.33197.2630.0452.35
Hex6195AA2BC021c51e34
Octal14122525253140413053664
Binary11000011001010110101010101011110001000011100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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