#61819C

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

Shades of Air Force Blue #61819C

Tints of Air Force Blue #61819C

Color information

#61819C (or 0x61819C) is unknown color: approx Air Force Blue. HEX triplet: 61, 81 and 9C. RGB value is (97,129,156). Sum of RGB (Red+Green+Blue) = 97+129+156=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #61819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61819C is #9E7E63. Grayscale: #7A7A7A. Windows color (decimal): -10387044 or 10256737. OLE color: 10256737.

HSL color Cylindrical-coordinate representation of color #61819C: hue angle of 207.46º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61819C is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97129156-
CMYK0.380.1700.39
HSL207.46º23.32%49.61%-
HSV(B)207.46º37.82%61.18%-
XYZ18.7820.6434.45-
YUV122.51146.9109.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=25.39%
G=33.77%
B=40.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971291560.380.1700.39207.4623.3249.61
Hex61819C2611027cf1732
Octal14120123446210473172762
Binary110000110000001100111001001101000101001111100111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61819C; }

 p { color: rgb(97,129,156); }

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

<style>
 a { background-color: #61819C; }

 a { background-color: rgb(97,129,156); }

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

<style>
 span { border-color: #61819C; }

 span { border-color: rgb(97,129,156); }

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