#618FAA

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

Shades of Air Force Blue #618FAA

Tints of Air Force Blue #618FAA

Color information

#618FAA (or 0x618FAA) is unknown color: approx Air Force Blue. HEX triplet: 61, 8F and AA. RGB value is (97,143,170). Sum of RGB (Red+Green+Blue) = 97+143+170=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #618FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618FAA is #9E7055. Grayscale: #848484. Windows color (decimal): -10383446 or 11177825. OLE color: 11177825.

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

Color convert

RGB97143170-
CMYK0.430.1600.33
HSL202.19º30.04%52.35%-
HSV(B)202.19º42.94%66.67%-
XYZ22.0125.0941.71-
YUV132.32149.26102.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=23.66%
G=34.88%
B=41.46%

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
Decimal971431700.430.1600.33202.1930.0452.35
Hex618FAA2B10021ca1e34
Octal14121725253200413123664
Binary110000110001111101010101010111000001000011100101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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