Html Css Color HEX #628599 Horizon

📋 copy color: '#628599'

red 98 ◦ green 133 ◦ blue 153

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

Shades of Horizon #628599

Tints of Horizon #628599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.64%

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 25.52%
G = 34.64%
B = 39.84%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#628599 (or 0x628599) is known color: Horizon. HEX triplet: 62, 85 and 99. RGB value is (98,133,153). Sum of RGB (Red+Green+Blue) = 98+133+153=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #628599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628599 is #9D7A66. Grayscale: #7C7C7C. Windows color (decimal): -10320487 or 10061154. OLE color: 10061154.

HSL color Cylindrical-coordinate representation of color #628599: hue angle of 201.82º 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 #628599 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 133 153 -
CMYK 0.36 0.13 0 0.4
HSL 201.82º 0.22% 0.49% -
HSV(B) 201.82º 0.36% 0.6% -
XYZ 19.17 21.67 33.31 -
YUV 124.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 98 133 153 0.36 0.13 0 0.4 201.82 0.22 0.49
Hex 62 85 99 24 D 0 28 CA 16 31
Octal 142 205 231 44 15 0 50 312 26 61
Binary 1100010 10000101 10011001 100100 1101 0 101000 11001010 10110 110001

Color Harmonies of #628599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628599

Black with #628599

Text Example


Text Example

White with #628599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628599; }

 p { color: rgb(98,133,153); }

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

background-color css

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

 a { background-color: rgb(98,133,153); }

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

border-color css

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

 span { border-color: rgb(98,133,153); }

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