Html Css Color HEX #60889C Horizon

📋 copy color: '#60889C'

red 96 ◦ green 136 ◦ blue 156

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

Shades of Horizon #60889C

Tints of Horizon #60889C

RGB

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

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

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

R = 24.74%
G = 35.05%
B = 40.21%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60889C (or 0x60889C) is known color: Horizon. HEX triplet: 60, 88 and 9C. RGB value is (96,136,156). Sum of RGB (Red+Green+Blue) = 96+136+156=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #60889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60889C is #9F7763. Grayscale: #7E7E7E. Windows color (decimal): -10450788 or 10258528. OLE color: 10258528.

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

Color convert

RGB 96 136 156 -
CMYK 0.38 0.13 0 0.39
HSL 200º 0.24% 0.49% -
HSV(B) 200º 0.38% 0.61% -
XYZ 19.63 22.5 34.76 -
YUV 126.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 96 136 156 0.38 0.13 0 0.39 200 0.24 0.49
Hex 60 88 9C 26 D 0 27 C8 18 31
Octal 140 210 234 46 15 0 47 310 30 61
Binary 1100000 10001000 10011100 100110 1101 0 100111 11001000 11000 110001

Color Harmonies of #60889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60889C

Black with #60889C

Text Example


Text Example

White with #60889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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