Html Css Color HEX #628790 Horizon

📋 copy color: '#628790'

red 98 ◦ green 135 ◦ blue 144

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

Shades of Horizon #628790

Tints of Horizon #628790

RGB

 RED value IS 98 (38.67% from 255) = 25.99%

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

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

R = 25.99%
G = 35.81%
B = 38.2%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#628790 (or 0x628790) is known color: Horizon. HEX triplet: 62, 87 and 90. RGB value is (98,135,144). Sum of RGB (Red+Green+Blue) = 98+135+144=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #628790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628790 is #9D786F. Grayscale: #7C7C7C. Windows color (decimal): -10319984 or 9471842. OLE color: 9471842.

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

Color convert

RGB 98 135 144 -
CMYK 0.32 0.06 0 0.44
HSL 191.74º 0.19% 0.47% -
HSV(B) 191.74º 0.32% 0.56% -
XYZ 18.74 21.94 29.63 -
YUV 124.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 98 135 144 0.32 0.06 0 0.44 191.74 0.19 0.47
Hex 62 87 90 20 6 0 2C C0 13 2F
Octal 142 207 220 40 6 0 54 300 23 57
Binary 1100010 10000111 10010000 100000 110 0 101100 11000000 10011 101111

Color Harmonies of #628790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628790

Black with #628790

Text Example


Text Example

White with #628790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628790; }

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

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

background-color css

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

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

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

border-color css

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

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

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