#61829C

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

Shades of Air Force Blue #61829C

Tints of Air Force Blue #61829C

Color information

#61829C (or 0x61829C) is unknown color: approx Air Force Blue. HEX triplet: 61, 82 and 9C. RGB value is (97,130,156). Sum of RGB (Red+Green+Blue) = 97+130+156=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #61829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61829C is #9E7D63. Grayscale: #7A7A7A. Windows color (decimal): -10386788 or 10256993. OLE color: 10256993.

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

Color convert

RGB97130156-
CMYK0.380.1700.39
HSL206.44º23.32%49.61%-
HSV(B)206.44º37.82%61.18%-
XYZ18.9120.9134.49-
YUV123.1146.57109.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=25.33%
G=33.94%
B=40.73%

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
Decimal971301560.380.1700.39206.4423.3249.61
Hex61829C2611027ce1732
Octal14120223446210473162762
Binary110000110000010100111001001101000101001111100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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