Html Css Color HEX #60829A Air Force Blue

📋 copy color: '#60829A'

red 96 ◦ green 130 ◦ blue 154

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

Shades of Air Force Blue #60829A

Tints of Air Force Blue #60829A

RGB

 RED value IS 96 (37.89% from 255) = 25.26%

 GREEN value IS 130 (51.17% from 255) = 34.21%

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

R = 25.26%
G = 34.21%
B = 40.53%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60829A (or 0x60829A) is known color: Air Force Blue. HEX triplet: 60, 82 and 9A. RGB value is (96,130,154). Sum of RGB (Red+Green+Blue) = 96+130+154=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 130 (51.17% from 255 or 34.21% 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 #60829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60829A is #9F7D65. Grayscale: #7A7A7A. Windows color (decimal): -10452326 or 10125920. OLE color: 10125920.

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

Color convert

RGB 96 130 154 -
CMYK 0.38 0.16 0 0.40
HSL 204.83º 0.23% 0.49% -
HSV(B) 204.83º 0.38% 0.6% -
XYZ 18.64 20.79 33.6 -
YUV 122.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 96 130 154 0.38 0.16 0 0.40 204.83 0.23 0.49
Hex 60 82 9A 26 10 0 28 CD 17 31
Octal 140 202 232 46 20 0 50 315 27 61
Binary 1100000 10000010 10011010 100110 10000 0 101000 11001101 10111 110001

Color Harmonies of #60829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60829A

Black with #60829A

Text Example


Text Example

White with #60829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,130,154); }

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

background-color css

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

 a { background-color: rgb(96,130,154); }

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

border-color css

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

 span { border-color: rgb(96,130,154); }

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