#618CA0

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

Shades of Air Force Blue #618CA0

Tints of Air Force Blue #618CA0

Color information

#618CA0 (or 0x618CA0) is unknown color: approx Air Force Blue. HEX triplet: 61, 8C and A0. RGB value is (97,140,160). Sum of RGB (Red+Green+Blue) = 97+140+160=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #618CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618CA0 is #9E735F. Grayscale: #818181. Windows color (decimal): -10384224 or 10521697. OLE color: 10521697.

HSL color Cylindrical-coordinate representation of color #618CA0: hue angle of 199.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #618CA0 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97140160-
CMYK0.390.1200.37
HSL199.05º24.9%50.39%-
HSV(B)199.05º39.38%62.75%-
XYZ20.6523.8436.77-
YUV129.42145.25104.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=24.43%
G=35.26%
B=40.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971401600.390.1200.37199.0524.950.39
Hex618CA027C025c71932
Octal14121424047140453073162
Binary11000011000110010100000100111110001001011100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618CA0; }

 p { color: rgb(97,140,160); }

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

<style>
 a { background-color: #618CA0; }

 a { background-color: rgb(97,140,160); }

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

<style>
 span { border-color: #618CA0; }

 span { border-color: rgb(97,140,160); }

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