#618DB4

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

Shades of Air Force Blue #618DB4

Tints of Air Force Blue #618DB4

Color information

#618DB4 (or 0x618DB4) is unknown color: approx Air Force Blue. HEX triplet: 61, 8D and B4. RGB value is (97,141,180). Sum of RGB (Red+Green+Blue) = 97+141+180=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #618DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DB4 is #9E724B. Grayscale: #848484. Windows color (decimal): -10383948 or 11832673. OLE color: 11832673.

HSL color Cylindrical-coordinate representation of color #618DB4: hue angle of 208.19º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618DB4 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97141180-
CMYK0.460.2200.29
HSL208.19º35.62%54.31%-
HSV(B)208.19º46.11%70.59%-
XYZ22.6924.8946.79-
YUV132.29154.92102.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=23.21%
G=33.73%
B=43.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971411800.460.2200.29208.1935.6254.31
Hex618DB42E1601Dd02436
Octal14121526456260353204466
Binary110000110001101101101001011101011001110111010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,180); }

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

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

 a { background-color: rgb(97,141,180); }

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

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

 span { border-color: rgb(97,141,180); }

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