Html Css Color HEX #628894 Horizon

📋 copy color: '#628894'

red 98 ◦ green 136 ◦ blue 148

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

Shades of Horizon #628894

Tints of Horizon #628894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 25.65%
G = 35.6%
B = 38.74%

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

#628894 (or 0x628894) is known color: Horizon. HEX triplet: 62, 88 and 94. RGB value is (98,136,148). Sum of RGB (Red+Green+Blue) = 98+136+148=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #628894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628894 is #9D776B. Grayscale: #7D7D7D. Windows color (decimal): -10319724 or 9734242. OLE color: 9734242.

HSL color Cylindrical-coordinate representation of color #628894: hue angle of 194.4º degrees, saturation: 0.2, 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 #628894 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 136 148 -
CMYK 0.34 0.08 0 0.42
HSL 194.4º 0.2% 0.48% -
HSV(B) 194.4º 0.34% 0.58% -
XYZ 19.19 22.34 31.32 -
YUV 126.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 98 136 148 0.34 0.08 0 0.42 194.4 0.2 0.48
Hex 62 88 94 22 8 0 2A C2 14 30
Octal 142 210 224 42 10 0 52 302 24 60
Binary 1100010 10001000 10010100 100010 1000 0 101010 11000010 10100 110000

Color Harmonies of #628894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628894

Black with #628894

Text Example


Text Example

White with #628894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628894; }

 p { color: rgb(98,136,148); }

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

background-color css

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

 a { background-color: rgb(98,136,148); }

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

border-color css

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

 span { border-color: rgb(98,136,148); }

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