#618EAA

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

Shades of Air Force Blue #618EAA

Tints of Air Force Blue #618EAA

Color information

#618EAA (or 0x618EAA) is unknown color: approx Air Force Blue. HEX triplet: 61, 8E and AA. RGB value is (97,142,170). Sum of RGB (Red+Green+Blue) = 97+142+170=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #618EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618EAA is #9E7155. Grayscale: #838383. Windows color (decimal): -10383702 or 11177569. OLE color: 11177569.

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

Color convert

RGB97142170-
CMYK0.430.1600.33
HSL203.01º30.04%52.35%-
HSV(B)203.01º42.94%66.67%-
XYZ21.8624.7941.66-
YUV131.74149.59103.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=23.72%
G=34.72%
B=41.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971421700.430.1600.33203.0130.0452.35
Hex618EAA2B10021cb1e34
Octal14121625253200413133664
Binary110000110001110101010101010111000001000011100101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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