Html Css Color HEX #618592 Horizon

📋 copy color: '#618592'

red 97 ◦ green 133 ◦ blue 146

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

Shades of Horizon #618592

Tints of Horizon #618592

RGB

 RED value IS 97 (38.28% from 255) = 25.8%

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

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

R = 25.8%
G = 35.37%
B = 38.83%

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

#618592 (or 0x618592) is known color: Horizon. HEX triplet: 61, 85 and 92. RGB value is (97,133,146). Sum of RGB (Red+Green+Blue) = 97+133+146=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 133 (52.34% from 255 or 35.37% 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 #618592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618592 is #9E7A6D. Grayscale: #7B7B7B. Windows color (decimal): -10386030 or 9602401. OLE color: 9602401.

HSL color Cylindrical-coordinate representation of color #618592: hue angle of 195.92º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618592 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 133 146 -
CMYK 0.34 0.09 0 0.43
HSL 195.92º 0.2% 0.48% -
HSV(B) 195.92º 0.34% 0.57% -
XYZ 18.51 21.39 30.35 -
YUV 123.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 97 133 146 0.34 0.09 0 0.43 195.92 0.2 0.48
Hex 61 85 92 22 9 0 2B C4 14 30
Octal 141 205 222 42 11 0 53 304 24 60
Binary 1100001 10000101 10010010 100010 1001 0 101011 11000100 10100 110000

Color Harmonies of #618592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618592

Black with #618592

Text Example


Text Example

White with #618592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618592; }

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

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

background-color css

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

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

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

border-color css

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

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

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