Html Css Color HEX #608794 Horizon

📋 copy color: '#608794'

red 96 ◦ green 135 ◦ blue 148

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

Shades of Horizon #608794

Tints of Horizon #608794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 25.33%
G = 35.62%
B = 39.05%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#608794 (or 0x608794) is known color: Horizon. HEX triplet: 60, 87 and 94. RGB value is (96,135,148). Sum of RGB (Red+Green+Blue) = 96+135+148=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #608794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608794 is #9F786B. Grayscale: #7C7C7C. Windows color (decimal): -10451052 or 9733984. OLE color: 9733984.

HSL color Cylindrical-coordinate representation of color #608794: hue angle of 195º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608794 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 135 148 -
CMYK 0.35 0.09 0 0.42
HSL 195º 0.21% 0.48% -
HSV(B) 195º 0.35% 0.58% -
XYZ 18.83 21.95 31.26 -
YUV 124.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 96 135 148 0.35 0.09 0 0.42 195 0.21 0.48
Hex 60 87 94 23 9 0 2A C3 15 30
Octal 140 207 224 43 11 0 52 303 25 60
Binary 1100000 10000111 10010100 100011 1001 0 101010 11000011 10101 110000

Color Harmonies of #608794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608794

Black with #608794

Text Example


Text Example

White with #608794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608794; }

 p { color: rgb(96,135,148); }

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

background-color css

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

 a { background-color: rgb(96,135,148); }

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

border-color css

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

 span { border-color: rgb(96,135,148); }

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