#618EB3

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

Shades of Air Force Blue #618EB3

Tints of Air Force Blue #618EB3

Color information

#618EB3 (or 0x618EB3) is unknown color: approx Air Force Blue. HEX triplet: 61, 8E and B3. RGB value is (97,142,179). Sum of RGB (Red+Green+Blue) = 97+142+179=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #618EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EB3 is #9E714C. Grayscale: #848484. Windows color (decimal): -10383693 or 11767393. OLE color: 11767393.

HSL color Cylindrical-coordinate representation of color #618EB3: hue angle of 207.07º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618EB3 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97142179-
CMYK0.460.2100.30
HSL207.07º35.04%54.12%-
HSV(B)207.07º45.81%70.2%-
XYZ22.7425.1446.3-
YUV132.76154.09102.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=23.21%
G=33.97%
B=42.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971421790.460.2100.30207.0735.0454.12
Hex618EB32E1501Ecf2336
Octal14121626356250363174366
Binary110000110001110101100111011101010101111011001111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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