Html Css Color HEX #618691 Horizon

📋 copy color: '#618691'

red 97 ◦ green 134 ◦ blue 145

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

Shades of Horizon #618691

Tints of Horizon #618691

RGB

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

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

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

R = 25.8%
G = 35.64%
B = 38.56%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#618691 (or 0x618691) is known color: Horizon. HEX triplet: 61, 86 and 91. RGB value is (97,134,145). Sum of RGB (Red+Green+Blue) = 97+134+145=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #618691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618691 is #9E796E. Grayscale: #7C7C7C. Windows color (decimal): -10385775 or 9537121. OLE color: 9537121.

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

Color convert

RGB 97 134 145 -
CMYK 0.33 0.08 0 0.43
HSL 193.75º 0.2% 0.47% -
HSV(B) 193.75º 0.33% 0.57% -
XYZ 18.57 21.64 29.99 -
YUV 124.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 97 134 145 0.33 0.08 0 0.43 193.75 0.2 0.47
Hex 61 86 91 21 8 0 2B C2 14 2F
Octal 141 206 221 41 10 0 53 302 24 57
Binary 1100001 10000110 10010001 100001 1000 0 101011 11000010 10100 101111

Color Harmonies of #618691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618691

Black with #618691

Text Example


Text Example

White with #618691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618691; }

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

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

background-color css

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

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

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

border-color css

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

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

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