#618DAB

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

Shades of Air Force Blue #618DAB

Tints of Air Force Blue #618DAB

Color information

#618DAB (or 0x618DAB) is unknown color: approx Air Force Blue. HEX triplet: 61, 8D and AB. RGB value is (97,141,171). Sum of RGB (Red+Green+Blue) = 97+141+171=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #618DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618DAB is #9E7254. Grayscale: #838383. Windows color (decimal): -10383957 or 11242849. OLE color: 11242849.

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

Color convert

RGB97141171-
CMYK0.430.1800.33
HSL204.32º30.58%52.55%-
HSV(B)204.32º43.27%67.06%-
XYZ21.8124.5342.11-
YUV131.26150.42103.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=23.72%
G=34.47%
B=41.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971411710.430.1800.33204.3230.5852.55
Hex618DAB2B12021cc1f35
Octal14121525353220413143765
Binary110000110001101101010111010111001001000011100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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