Html Css Color HEX #618891 Horizon

📋 copy color: '#618891'

red 97 ◦ green 136 ◦ blue 145

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

Shades of Horizon #618891

Tints of Horizon #618891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 25.66%
G = 35.98%
B = 38.36%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#618891 (or 0x618891) is known color: Horizon. HEX triplet: 61, 88 and 91. RGB value is (97,136,145). Sum of RGB (Red+Green+Blue) = 97+136+145=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #618891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618891 is #9E776E. Grayscale: #7D7D7D. Windows color (decimal): -10385263 or 9537633. OLE color: 9537633.

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

Color convert

RGB 97 136 145 -
CMYK 0.33 0.06 0 0.43
HSL 191.25º 0.2% 0.47% -
HSV(B) 191.25º 0.33% 0.57% -
XYZ 18.84 22.19 30.08 -
YUV 125.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 97 136 145 0.33 0.06 0 0.43 191.25 0.2 0.47
Hex 61 88 91 21 6 0 2B BF 14 2F
Octal 141 210 221 41 6 0 53 277 24 57
Binary 1100001 10001000 10010001 100001 110 0 101011 10111111 10100 101111

Color Harmonies of #618891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618891

Black with #618891

Text Example


Text Example

White with #618891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618891; }

 p { color: rgb(97,136,145); }

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

background-color css

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

 a { background-color: rgb(97,136,145); }

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

border-color css

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

 span { border-color: rgb(97,136,145); }

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