Html Css Color HEX #60889F Air Force Blue

📋 copy color: '#60889F'

red 96 ◦ green 136 ◦ blue 159

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

Shades of Air Force Blue #60889F

Tints of Air Force Blue #60889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 24.55%
G = 34.78%
B = 40.66%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60889F (or 0x60889F) is known color: Air Force Blue. HEX triplet: 60, 88 and 9F. RGB value is (96,136,159). Sum of RGB (Red+Green+Blue) = 96+136+159=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #60889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60889F is #9F7760. Grayscale: #7E7E7E. Windows color (decimal): -10450785 or 10455136. OLE color: 10455136.

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

Color convert

RGB 96 136 159 -
CMYK 0.40 0.14 0 0.38
HSL 201.9º 0.25% 0.5% -
HSV(B) 201.9º 0.4% 0.62% -
XYZ 19.89 22.6 36.11 -
YUV 126.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 96 136 159 0.40 0.14 0 0.38 201.9 0.25 0.5
Hex 60 88 9F 28 E 0 26 CA 19 32
Octal 140 210 237 50 16 0 46 312 31 62
Binary 1100000 10001000 10011111 101000 1110 0 100110 11001010 11001 110010

Color Harmonies of #60889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60889F

Black with #60889F

Text Example


Text Example

White with #60889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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