Html Css Color HEX #608592 Horizon

📋 copy color: '#608592'

red 96 ◦ green 133 ◦ blue 146

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

Shades of Horizon #608592

Tints of Horizon #608592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 25.6%
G = 35.47%
B = 38.93%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#608592 (or 0x608592) is known color: Horizon. HEX triplet: 60, 85 and 92. RGB value is (96,133,146). Sum of RGB (Red+Green+Blue) = 96+133+146=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #608592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608592 is #9F7A6D. Grayscale: #7B7B7B. Windows color (decimal): -10451566 or 9602400. OLE color: 9602400.

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

Color convert

RGB 96 133 146 -
CMYK 0.34 0.09 0 0.43
HSL 195.6º 0.21% 0.47% -
HSV(B) 195.6º 0.34% 0.57% -
XYZ 18.4 21.34 30.34 -
YUV 123.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 96 133 146 0.34 0.09 0 0.43 195.6 0.21 0.47
Hex 60 85 92 22 9 0 2B C4 15 2F
Octal 140 205 222 42 11 0 53 304 25 57
Binary 1100000 10000101 10010010 100010 1001 0 101011 11000100 10101 101111

Color Harmonies of #608592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608592

Black with #608592

Text Example


Text Example

White with #608592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608592; }

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

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

background-color css

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

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

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

border-color css

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

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

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