Html Css Color HEX #628798 Horizon

📋 copy color: '#628798'

red 98 ◦ green 135 ◦ blue 152

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

Shades of Horizon #628798

Tints of Horizon #628798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 25.45%
G = 35.06%
B = 39.48%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#628798 (or 0x628798) is known color: Horizon. HEX triplet: 62, 87 and 98. RGB value is (98,135,152). Sum of RGB (Red+Green+Blue) = 98+135+152=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #628798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628798 is #9D7867. Grayscale: #7D7D7D. Windows color (decimal): -10319976 or 9996130. OLE color: 9996130.

HSL color Cylindrical-coordinate representation of color #628798: hue angle of 198.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #628798 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 135 152 -
CMYK 0.36 0.11 0 0.40
HSL 198.89º 0.22% 0.49% -
HSV(B) 198.89º 0.36% 0.6% -
XYZ 19.37 22.19 32.97 -
YUV 125.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 98 135 152 0.36 0.11 0 0.40 198.89 0.22 0.49
Hex 62 87 98 24 B 0 28 C7 16 31
Octal 142 207 230 44 13 0 50 307 26 61
Binary 1100010 10000111 10011000 100100 1011 0 101000 11000111 10110 110001

Color Harmonies of #628798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628798

Black with #628798

Text Example


Text Example

White with #628798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628798; }

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

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

background-color css

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

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

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

border-color css

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

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

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