Html Css Color HEX #628D95 Horizon

📋 copy color: '#628D95'

red 98 ◦ green 141 ◦ blue 149

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

Shades of Horizon #628D95

Tints of Horizon #628D95

RGB

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

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

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

R = 25.26%
G = 36.34%
B = 38.4%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#628D95 (or 0x628D95) is known color: Horizon. HEX triplet: 62, 8D and 95. RGB value is (98,141,149). Sum of RGB (Red+Green+Blue) = 98+141+149=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #628D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D95 is #9D726A. Grayscale: #808080. Windows color (decimal): -10318443 or 9801058. OLE color: 9801058.

HSL color Cylindrical-coordinate representation of color #628D95: hue angle of 189.41º 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 #628D95 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 141 149 -
CMYK 0.34 0.05 0 0.42
HSL 189.41º 0.21% 0.48% -
HSV(B) 189.41º 0.34% 0.58% -
XYZ 19.99 23.82 31.98 -
YUV 129.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 98 141 149 0.34 0.05 0 0.42 189.41 0.21 0.48
Hex 62 8D 95 22 5 0 2A BD 15 30
Octal 142 215 225 42 5 0 52 275 25 60
Binary 1100010 10001101 10010101 100010 101 0 101010 10111101 10101 110000

Color Harmonies of #628D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628D95

Black with #628D95

Text Example


Text Example

White with #628D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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