Html Css Color HEX #628D99 Horizon

📋 copy color: '#628D99'

red 98 ◦ green 141 ◦ blue 153

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

Shades of Horizon #628D99

Tints of Horizon #628D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

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

R = 25%
G = 35.97%
B = 39.03%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#628D99 (or 0x628D99) is known color: Horizon. HEX triplet: 62, 8D and 99. RGB value is (98,141,153). Sum of RGB (Red+Green+Blue) = 98+141+153=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #628D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D99 is #9D7266. Grayscale: #818181. Windows color (decimal): -10318439 or 10063202. OLE color: 10063202.

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

Color convert

RGB 98 141 153 -
CMYK 0.36 0.08 0 0.4
HSL 193.09º 0.22% 0.49% -
HSV(B) 193.09º 0.36% 0.6% -
XYZ 20.31 23.95 33.69 -
YUV 129.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 98 141 153 0.36 0.08 0 0.4 193.09 0.22 0.49
Hex 62 8D 99 24 8 0 28 C1 16 31
Octal 142 215 231 44 10 0 50 301 26 61
Binary 1100010 10001101 10011001 100100 1000 0 101000 11000001 10110 110001

Color Harmonies of #628D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628D99

Black with #628D99

Text Example


Text Example

White with #628D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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