Html Css Color HEX #608694 Horizon

📋 copy color: '#608694'

red 96 ◦ green 134 ◦ blue 148

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

Shades of Horizon #608694

Tints of Horizon #608694

RGB

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

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

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

R = 25.4%
G = 35.45%
B = 39.15%

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

#608694 (or 0x608694) is known color: Horizon. HEX triplet: 60, 86 and 94. RGB value is (96,134,148). Sum of RGB (Red+Green+Blue) = 96+134+148=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #608694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608694 is #9F796B. Grayscale: #7C7C7C. Windows color (decimal): -10451308 or 9733728. OLE color: 9733728.

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

Color convert

RGB 96 134 148 -
CMYK 0.35 0.09 0 0.42
HSL 196.15º 0.21% 0.48% -
HSV(B) 196.15º 0.35% 0.58% -
XYZ 18.69 21.68 31.22 -
YUV 124.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 96 134 148 0.35 0.09 0 0.42 196.15 0.21 0.48
Hex 60 86 94 23 9 0 2A C4 15 30
Octal 140 206 224 43 11 0 52 304 25 60
Binary 1100000 10000110 10010100 100011 1001 0 101010 11000100 10101 110000

Color Harmonies of #608694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608694

Black with #608694

Text Example


Text Example

White with #608694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608694; }

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

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

background-color css

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

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

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

border-color css

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

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

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