Html Css Color HEX #60889B Horizon

📋 copy color: '#60889B'

red 96 ◦ green 136 ◦ blue 155

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

Shades of Horizon #60889B

Tints of Horizon #60889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 24.81%
G = 35.14%
B = 40.05%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60889B (or 0x60889B) is known color: Horizon. HEX triplet: 60, 88 and 9B. RGB value is (96,136,155). Sum of RGB (Red+Green+Blue) = 96+136+155=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #60889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60889B is #9F7764. Grayscale: #7E7E7E. Windows color (decimal): -10450789 or 10192992. OLE color: 10192992.

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

Color convert

RGB 96 136 155 -
CMYK 0.38 0.12 0 0.39
HSL 199.32º 0.24% 0.49% -
HSV(B) 199.32º 0.38% 0.61% -
XYZ 19.54 22.46 34.32 -
YUV 126.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 96 136 155 0.38 0.12 0 0.39 199.32 0.24 0.49
Hex 60 88 9B 26 C 0 27 C7 18 31
Octal 140 210 233 46 14 0 47 307 30 61
Binary 1100000 10001000 10011011 100110 1100 0 100111 11000111 11000 110001

Color Harmonies of #60889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60889B

Black with #60889B

Text Example


Text Example

White with #60889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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