Html Css Color HEX #60859C Air Force Blue

📋 copy color: '#60859C'

red 96 ◦ green 133 ◦ blue 156

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

Shades of Air Force Blue #60859C

Tints of Air Force Blue #60859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 24.94%
G = 34.55%
B = 40.52%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60859C (or 0x60859C) is known color: Air Force Blue. HEX triplet: 60, 85 and 9C. RGB value is (96,133,156). Sum of RGB (Red+Green+Blue) = 96+133+156=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #60859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60859C is #9F7A63. Grayscale: #7C7C7C. Windows color (decimal): -10451556 or 10257760. OLE color: 10257760.

HSL color Cylindrical-coordinate representation of color #60859C: hue angle of 203º 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 #60859C is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 133 156 -
CMYK 0.38 0.15 0 0.39
HSL 203º 0.24% 0.49% -
HSV(B) 203º 0.38% 0.61% -
XYZ 19.21 21.66 34.62 -
YUV 124.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 96 133 156 0.38 0.15 0 0.39 203 0.24 0.49
Hex 60 85 9C 26 F 0 27 CB 18 31
Octal 140 205 234 46 17 0 47 313 30 61
Binary 1100000 10000101 10011100 100110 1111 0 100111 11001011 11000 110001

Color Harmonies of #60859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60859C

Black with #60859C

Text Example


Text Example

White with #60859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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