Html Css Color HEX #608693 Horizon

📋 copy color: '#608693'

red 96 ◦ green 134 ◦ blue 147

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

Shades of Horizon #608693

Tints of Horizon #608693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 25.46%
G = 35.54%
B = 38.99%

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

#608693 (or 0x608693) is known color: Horizon. HEX triplet: 60, 86 and 93. RGB value is (96,134,147). Sum of RGB (Red+Green+Blue) = 96+134+147=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #608693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608693 is #9F796C. Grayscale: #7C7C7C. Windows color (decimal): -10451309 or 9668192. OLE color: 9668192.

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

Color convert

RGB 96 134 147 -
CMYK 0.35 0.09 0 0.42
HSL 195.29º 0.21% 0.48% -
HSV(B) 195.29º 0.35% 0.58% -
XYZ 18.62 21.64 30.8 -
YUV 124.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 96 134 147 0.35 0.09 0 0.42 195.29 0.21 0.48
Hex 60 86 93 23 9 0 2A C3 15 30
Octal 140 206 223 43 11 0 52 303 25 60
Binary 1100000 10000110 10010011 100011 1001 0 101010 11000011 10101 110000

Color Harmonies of #608693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608693

Black with #608693

Text Example


Text Example

White with #608693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608693; }

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

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

background-color css

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

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

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

border-color css

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

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

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