Html Css Color HEX #608692 Horizon

📋 copy color: '#608692'

red 96 ◦ green 134 ◦ blue 146

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

Shades of Horizon #608692

Tints of Horizon #608692

RGB

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

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

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

R = 25.53%
G = 35.64%
B = 38.83%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#608692 (or 0x608692) is known color: Horizon. HEX triplet: 60, 86 and 92. RGB value is (96,134,146). Sum of RGB (Red+Green+Blue) = 96+134+146=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #608692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608692 is #9F796D. Grayscale: #7B7B7B. Windows color (decimal): -10451310 or 9602656. OLE color: 9602656.

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

Color convert

RGB 96 134 146 -
CMYK 0.34 0.08 0 0.43
HSL 194.4º 0.21% 0.47% -
HSV(B) 194.4º 0.34% 0.57% -
XYZ 18.54 21.61 30.39 -
YUV 124.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 96 134 146 0.34 0.08 0 0.43 194.4 0.21 0.47
Hex 60 86 92 22 8 0 2B C2 15 2F
Octal 140 206 222 42 10 0 53 302 25 57
Binary 1100000 10000110 10010010 100010 1000 0 101011 11000010 10101 101111

Color Harmonies of #608692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608692

Black with #608692

Text Example


Text Example

White with #608692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608692; }

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

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

background-color css

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

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

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

border-color css

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

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

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