Html Css Color HEX #60829F Air Force Blue

📋 copy color: '#60829F'

red 96 ◦ green 130 ◦ blue 159

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

Shades of Air Force Blue #60829F

Tints of Air Force Blue #60829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 24.94%
G = 33.77%
B = 41.3%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60829F (or 0x60829F) is known color: Air Force Blue. HEX triplet: 60, 82 and 9F. RGB value is (96,130,159). Sum of RGB (Red+Green+Blue) = 96+130+159=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #60829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60829F is #9F7D60. Grayscale: #7A7A7A. Windows color (decimal): -10452321 or 10453600. OLE color: 10453600.

HSL color Cylindrical-coordinate representation of color #60829F: hue angle of 207.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60829F is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 130 159 -
CMYK 0.40 0.18 0 0.38
HSL 207.62º 0.25% 0.5% -
HSV(B) 207.62º 0.4% 0.62% -
XYZ 19.06 20.96 35.84 -
YUV 123.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 96 130 159 0.40 0.18 0 0.38 207.62 0.25 0.5
Hex 60 82 9F 28 12 0 26 D0 19 32
Octal 140 202 237 50 22 0 46 320 31 62
Binary 1100000 10000010 10011111 101000 10010 0 100110 11010000 11001 110010

Color Harmonies of #60829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60829F

Black with #60829F

Text Example


Text Example

White with #60829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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