Html Css Color HEX #60809C Air Force Blue

📋 copy color: '#60809C'

red 96 ◦ green 128 ◦ blue 156

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

Shades of Air Force Blue #60809C

Tints of Air Force Blue #60809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 25.26%
G = 33.68%
B = 41.05%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60809C (or 0x60809C) is known color: Air Force Blue. HEX triplet: 60, 80 and 9C. RGB value is (96,128,156). Sum of RGB (Red+Green+Blue) = 96+128+156=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #60809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60809C is #9F7F63. Grayscale: #797979. Windows color (decimal): -10452836 or 10256480. OLE color: 10256480.

HSL color Cylindrical-coordinate representation of color #60809C: hue angle of 208º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60809C is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 128 156 -
CMYK 0.38 0.18 0 0.39
HSL 208º 0.24% 0.49% -
HSV(B) 208º 0.38% 0.61% -
XYZ 18.54 20.33 34.4 -
YUV 121.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 96 128 156 0.38 0.18 0 0.39 208 0.24 0.49
Hex 60 80 9C 26 12 0 27 D0 18 31
Octal 140 200 234 46 22 0 47 320 30 61
Binary 1100000 10000000 10011100 100110 10010 0 100111 11010000 11000 110001

Color Harmonies of #60809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60809C

Black with #60809C

Text Example


Text Example

White with #60809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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