Html Css Color HEX #618790 Horizon

📋 copy color: '#618790'

red 97 ◦ green 135 ◦ blue 144

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

Shades of Horizon #618790

Tints of Horizon #618790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 25.8%
G = 35.9%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#618790 (or 0x618790) is known color: Horizon. HEX triplet: 61, 87 and 90. RGB value is (97,135,144). Sum of RGB (Red+Green+Blue) = 97+135+144=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #618790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618790 is #9E786F. Grayscale: #7C7C7C. Windows color (decimal): -10385520 or 9471841. OLE color: 9471841.

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

Color convert

RGB 97 135 144 -
CMYK 0.33 0.06 0 0.44
HSL 191.49º 0.2% 0.47% -
HSV(B) 191.49º 0.33% 0.56% -
XYZ 18.63 21.88 29.63 -
YUV 124.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 97 135 144 0.33 0.06 0 0.44 191.49 0.2 0.47
Hex 61 87 90 21 6 0 2C BF 14 2F
Octal 141 207 220 41 6 0 54 277 24 57
Binary 1100001 10000111 10010000 100001 110 0 101100 10111111 10100 101111

Color Harmonies of #618790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618790

Black with #618790

Text Example


Text Example

White with #618790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618790; }

 p { color: rgb(97,135,144); }

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

background-color css

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

 a { background-color: rgb(97,135,144); }

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

border-color css

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

 span { border-color: rgb(97,135,144); }

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