#61869C

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

Shades of Air Force Blue #61869C

Tints of Air Force Blue #61869C

Color information

#61869C (or 0x61869C) is unknown color: approx Air Force Blue. HEX triplet: 61, 86 and 9C. RGB value is (97,134,156). Sum of RGB (Red+Green+Blue) = 97+134+156=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #61869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61869C is #9E7963. Grayscale: #7D7D7D. Windows color (decimal): -10385764 or 10258017. OLE color: 10258017.

HSL color Cylindrical-coordinate representation of color #61869C: hue angle of 202.37º 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 #61869C is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97134156-
CMYK0.380.1400.39
HSL202.37º23.32%49.61%-
HSV(B)202.37º37.82%61.18%-
XYZ19.4621.9934.67-
YUV125.44145.24107.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=25.06%
G=34.63%
B=40.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971341560.380.1400.39202.3723.3249.61
Hex61869C26E027ca1732
Octal14120623446160473122762
Binary11000011000011010011100100110111001001111100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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