Html Css Color HEX #628995 Horizon

📋 copy color: '#628995'

red 98 ◦ green 137 ◦ blue 149

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

Shades of Horizon #628995

Tints of Horizon #628995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 25.52%
G = 35.68%
B = 38.8%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#628995 (or 0x628995) is known color: Horizon. HEX triplet: 62, 89 and 95. RGB value is (98,137,149). Sum of RGB (Red+Green+Blue) = 98+137+149=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #628995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628995 is #9D766A. Grayscale: #7E7E7E. Windows color (decimal): -10319467 or 9800034. OLE color: 9800034.

HSL color Cylindrical-coordinate representation of color #628995: hue angle of 194.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #628995 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 137 149 -
CMYK 0.34 0.08 0 0.42
HSL 194.12º 0.21% 0.48% -
HSV(B) 194.12º 0.34% 0.58% -
XYZ 19.41 22.66 31.78 -
YUV 126.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 98 137 149 0.34 0.08 0 0.42 194.12 0.21 0.48
Hex 62 89 95 22 8 0 2A C2 15 30
Octal 142 211 225 42 10 0 52 302 25 60
Binary 1100010 10001001 10010101 100010 1000 0 101010 11000010 10101 110000

Color Harmonies of #628995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628995

Black with #628995

Text Example


Text Example

White with #628995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628995; }

 p { color: rgb(98,137,149); }

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

background-color css

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

 a { background-color: rgb(98,137,149); }

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

border-color css

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

 span { border-color: rgb(98,137,149); }

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