Html Css Color HEX #618690 Horizon

📋 copy color: '#618690'

red 97 ◦ green 134 ◦ blue 144

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

Shades of Horizon #618690

Tints of Horizon #618690

RGB

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

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

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

R = 25.87%
G = 35.73%
B = 38.4%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#618690 (or 0x618690) is known color: Horizon. HEX triplet: 61, 86 and 90. RGB value is (97,134,144). Sum of RGB (Red+Green+Blue) = 97+134+144=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #618690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618690 is #9E796F. Grayscale: #7C7C7C. Windows color (decimal): -10385776 or 9471585. OLE color: 9471585.

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

Color convert

RGB 97 134 144 -
CMYK 0.33 0.07 0 0.44
HSL 192.77º 0.2% 0.47% -
HSV(B) 192.77º 0.33% 0.56% -
XYZ 18.49 21.61 29.58 -
YUV 124.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 97 134 144 0.33 0.07 0 0.44 192.77 0.2 0.47
Hex 61 86 90 21 7 0 2C C1 14 2F
Octal 141 206 220 41 7 0 54 301 24 57
Binary 1100001 10000110 10010000 100001 111 0 101100 11000001 10100 101111

Color Harmonies of #618690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618690

Black with #618690

Text Example


Text Example

White with #618690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618690; }

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

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

background-color css

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

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

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

border-color css

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

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

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