Html Css Color HEX #60889A Horizon

📋 copy color: '#60889A'

red 96 ◦ green 136 ◦ blue 154

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

Shades of Horizon #60889A

Tints of Horizon #60889A

RGB

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

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

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

R = 24.87%
G = 35.23%
B = 39.9%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60889A (or 0x60889A) is known color: Horizon. HEX triplet: 60, 88 and 9A. RGB value is (96,136,154). Sum of RGB (Red+Green+Blue) = 96+136+154=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #60889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60889A is #9F7765. Grayscale: #7D7D7D. Windows color (decimal): -10450790 or 10127456. OLE color: 10127456.

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

Color convert

RGB 96 136 154 -
CMYK 0.38 0.12 0 0.40
HSL 198.62º 0.23% 0.49% -
HSV(B) 198.62º 0.38% 0.6% -
XYZ 19.46 22.43 33.88 -
YUV 126.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 96 136 154 0.38 0.12 0 0.40 198.62 0.23 0.49
Hex 60 88 9A 26 C 0 28 C7 17 31
Octal 140 210 232 46 14 0 50 307 27 61
Binary 1100000 10001000 10011010 100110 1100 0 101000 11000111 10111 110001

Color Harmonies of #60889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60889A

Black with #60889A

Text Example


Text Example

White with #60889A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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