Html Css Color HEX #60809A Air Force Blue

📋 copy color: '#60809A'

red 96 ◦ green 128 ◦ blue 154

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

Shades of Air Force Blue #60809A

Tints of Air Force Blue #60809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 25.4%
G = 33.86%
B = 40.74%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60809A (or 0x60809A) is known color: Air Force Blue. HEX triplet: 60, 80 and 9A. RGB value is (96,128,154). Sum of RGB (Red+Green+Blue) = 96+128+154=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #60809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60809A is #9F7F65. Grayscale: #797979. Windows color (decimal): -10452838 or 10125408. OLE color: 10125408.

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

Color convert

RGB 96 128 154 -
CMYK 0.38 0.17 0 0.40
HSL 206.9º 0.23% 0.49% -
HSV(B) 206.9º 0.38% 0.6% -
XYZ 18.38 20.26 33.51 -
YUV 121.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 96 128 154 0.38 0.17 0 0.40 206.9 0.23 0.49
Hex 60 80 9A 26 11 0 28 CF 17 31
Octal 140 200 232 46 21 0 50 317 27 61
Binary 1100000 10000000 10011010 100110 10001 0 101000 11001111 10111 110001

Color Harmonies of #60809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60809A

Black with #60809A

Text Example


Text Example

White with #60809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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