#618BAF

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

Shades of Air Force Blue #618BAF

Tints of Air Force Blue #618BAF

Color information

#618BAF (or 0x618BAF) is unknown color: approx Air Force Blue. HEX triplet: 61, 8B and AF. RGB value is (97,139,175). Sum of RGB (Red+Green+Blue) = 97+139+175=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #618BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618BAF is #9E7450. Grayscale: #828282. Windows color (decimal): -10384465 or 11504481. OLE color: 11504481.

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

Color convert

RGB97139175-
CMYK0.450.2100.31
HSL207.69º32.77%53.33%-
HSV(B)207.69º44.57%68.63%-
XYZ21.924.144.06-
YUV130.55153.09104.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.60%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=23.60%
G=33.82%
B=42.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971391750.450.2100.31207.6932.7753.33
Hex618BAF2D1501Fd02135
Octal14121325755250373204165
Binary110000110001011101011111011011010101111111010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,139,175); }

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

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

 a { background-color: rgb(97,139,175); }

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

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

 span { border-color: rgb(97,139,175); }

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