Html Css Color HEX #61819A Air Force Blue

📋 copy color: '#61819A'

red 97 ◦ green 129 ◦ blue 154

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

Shades of Air Force Blue #61819A

Tints of Air Force Blue #61819A

RGB

 RED value IS 97 (38.28% from 255) = 25.53%

 GREEN value IS 129 (50.78% from 255) = 33.95%

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 25.53%
G = 33.95%
B = 40.53%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61819A (or 0x61819A) is known color: Air Force Blue. HEX triplet: 61, 81 and 9A. RGB value is (97,129,154). Sum of RGB (Red+Green+Blue) = 97+129+154=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #61819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61819A is #9E7E65. Grayscale: #7A7A7A. Windows color (decimal): -10387046 or 10125665. OLE color: 10125665.

HSL color Cylindrical-coordinate representation of color #61819A: hue angle of 206.32º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61819A is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 129 154 -
CMYK 0.37 0.16 0 0.40
HSL 206.32º 0.23% 0.49% -
HSV(B) 206.32º 0.37% 0.6% -
XYZ 18.61 20.58 33.56 -
YUV 122.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 97 129 154 0.37 0.16 0 0.40 206.32 0.23 0.49
Hex 61 81 9A 25 10 0 28 CE 17 31
Octal 141 201 232 45 20 0 50 316 27 61
Binary 1100001 10000001 10011010 100101 10000 0 101000 11001110 10111 110001

Color Harmonies of #61819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61819A

Black with #61819A

Text Example


Text Example

White with #61819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61819A;
 }
 .AnyTagClassName
 {
   color: #61819A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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