#618CAF

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

Shades of Air Force Blue #618CAF

Tints of Air Force Blue #618CAF

Color information

#618CAF (or 0x618CAF) is unknown color: approx Air Force Blue. HEX triplet: 61, 8C and AF. RGB value is (97,140,175). Sum of RGB (Red+Green+Blue) = 97+140+175=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #618CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618CAF is #9E7350. Grayscale: #828282. Windows color (decimal): -10384209 or 11504737. OLE color: 11504737.

HSL color Cylindrical-coordinate representation of color #618CAF: hue angle of 206.92º 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 #618CAF is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97140175-
CMYK0.450.200.31
HSL206.92º32.77%53.33%-
HSV(B)206.92º44.57%68.63%-
XYZ22.0524.3944.1-
YUV131.13152.75103.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.54%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=23.54%
G=33.98%
B=42.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971401750.450.200.31206.9232.7753.33
Hex618CAF2D1401Fcf2135
Octal14121425755240373174165
Binary110000110001100101011111011011010001111111001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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