Html Css Color HEX #608793 Horizon

📋 copy color: '#608793'

red 96 ◦ green 135 ◦ blue 147

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

Shades of Horizon #608793

Tints of Horizon #608793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 25.4%
G = 35.71%
B = 38.89%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#608793 (or 0x608793) is known color: Horizon. HEX triplet: 60, 87 and 93. RGB value is (96,135,147). Sum of RGB (Red+Green+Blue) = 96+135+147=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #608793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608793 is #9F786C. Grayscale: #7C7C7C. Windows color (decimal): -10451053 or 9668448. OLE color: 9668448.

HSL color Cylindrical-coordinate representation of color #608793: hue angle of 194.12º 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 #608793 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 135 147 -
CMYK 0.35 0.08 0 0.42
HSL 194.12º 0.21% 0.48% -
HSV(B) 194.12º 0.35% 0.58% -
XYZ 18.75 21.92 30.85 -
YUV 124.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 96 135 147 0.35 0.08 0 0.42 194.12 0.21 0.48
Hex 60 87 93 23 8 0 2A C2 15 30
Octal 140 207 223 43 10 0 52 302 25 60
Binary 1100000 10000111 10010011 100011 1000 0 101010 11000010 10101 110000

Color Harmonies of #608793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608793

Black with #608793

Text Example


Text Example

White with #608793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608793; }

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

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

background-color css

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

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

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

border-color css

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

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

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