Html Css Color HEX #618992 Horizon

📋 copy color: '#618992'

red 97 ◦ green 137 ◦ blue 146

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

Shades of Horizon #618992

Tints of Horizon #618992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

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

R = 25.53%
G = 36.05%
B = 38.42%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#618992 (or 0x618992) is known color: Horizon. HEX triplet: 61, 89 and 92. RGB value is (97,137,146). Sum of RGB (Red+Green+Blue) = 97+137+146=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #618992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618992 is #9E766D. Grayscale: #7D7D7D. Windows color (decimal): -10385006 or 9603425. OLE color: 9603425.

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

Color convert

RGB 97 137 146 -
CMYK 0.34 0.06 0 0.43
HSL 191.02º 0.2% 0.48% -
HSV(B) 191.02º 0.34% 0.57% -
XYZ 19.06 22.51 30.53 -
YUV 126.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 97 137 146 0.34 0.06 0 0.43 191.02 0.2 0.48
Hex 61 89 92 22 6 0 2B BF 14 30
Octal 141 211 222 42 6 0 53 277 24 60
Binary 1100001 10001001 10010010 100010 110 0 101011 10111111 10100 110000

Color Harmonies of #618992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618992

Black with #618992

Text Example


Text Example

White with #618992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618992; }

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

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

background-color css

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

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

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

border-color css

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

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

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