Html Css Color HEX #61819C Air Force Blue

📋 copy color: '#61819C'

red 97 ◦ green 129 ◦ blue 156

#61819C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #61819C

Tints of Air Force Blue #61819C

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 value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61819C (or 0x61819C) is known color: 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

RGB 97 129 156 -
CMYK 0.38 0.17 0 0.39
HSL 207.46º 0.23% 0.5% -
HSV(B) 207.46º 0.38% 0.61% -
XYZ 18.78 20.64 34.45 -
YUV 122.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 97 129 156 0.38 0.17 0 0.39 207.46 0.23 0.5
Hex 61 81 9C 26 11 0 27 CF 17 32
Octal 141 201 234 46 21 0 47 317 27 62
Binary 1100001 10000001 10011100 100110 10001 0 100111 11001111 10111 110010

Color Harmonies of #61819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61819C

Black with #61819C

Text Example


Text Example

White with #61819C

Text Example


Text Example

HTML Codes & Css Web 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>