Html Css Color HEX #608892 Horizon

📋 copy color: '#608892'

red 96 ◦ green 136 ◦ blue 146

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

Shades of Horizon #608892

Tints of Horizon #608892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 25.4%
G = 35.98%
B = 38.62%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#608892 (or 0x608892) is known color: Horizon. HEX triplet: 60, 88 and 92. RGB value is (96,136,146). Sum of RGB (Red+Green+Blue) = 96+136+146=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #608892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608892 is #9F776D. Grayscale: #7D7D7D. Windows color (decimal): -10450798 or 9603168. OLE color: 9603168.

HSL color Cylindrical-coordinate representation of color #608892: hue angle of 192º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608892 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 136 146 -
CMYK 0.34 0.07 0 0.43
HSL 192º 0.21% 0.47% -
HSV(B) 192º 0.34% 0.57% -
XYZ 18.82 22.17 30.48 -
YUV 125.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 96 136 146 0.34 0.07 0 0.43 192 0.21 0.47
Hex 60 88 92 22 7 0 2B C0 15 2F
Octal 140 210 222 42 7 0 53 300 25 57
Binary 1100000 10001000 10010010 100010 111 0 101011 11000000 10101 101111

Color Harmonies of #608892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608892

Black with #608892

Text Example


Text Example

White with #608892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608892; }

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

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

background-color css

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

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

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

border-color css

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

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

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