#618FAC

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

Shades of Air Force Blue #618FAC

Tints of Air Force Blue #618FAC

Color information

#618FAC (or 0x618FAC) is unknown color: approx Air Force Blue. HEX triplet: 61, 8F and AC. RGB value is (97,143,172). Sum of RGB (Red+Green+Blue) = 97+143+172=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #618FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618FAC is #9E7053. Grayscale: #848484. Windows color (decimal): -10383444 or 11308897. OLE color: 11308897.

HSL color Cylindrical-coordinate representation of color #618FAC: hue angle of 203.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #618FAC is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97143172-
CMYK0.440.1700.33
HSL203.2º31.12%52.75%-
HSV(B)203.2º43.6%67.45%-
XYZ22.225.1642.72-
YUV132.55150.26102.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.54%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=23.54%
G=34.71%
B=41.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971431720.440.1700.33203.231.1252.75
Hex618FAC2C11021cb1f35
Octal14121725454210413133765
Binary110000110001111101011001011001000101000011100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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