Html Css Color HEX #628197 Horizon

📋 copy color: '#628197'

red 98 ◦ green 129 ◦ blue 151

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

Shades of Horizon #628197

Tints of Horizon #628197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 25.93%
G = 34.13%
B = 39.95%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#628197 (or 0x628197) is known color: Horizon. HEX triplet: 62, 81 and 97. RGB value is (98,129,151). Sum of RGB (Red+Green+Blue) = 98+129+151=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #628197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628197 is #9D7E68. Grayscale: #7A7A7A. Windows color (decimal): -10321513 or 9929058. OLE color: 9929058.

HSL color Cylindrical-coordinate representation of color #628197: hue angle of 204.91º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #628197 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 129 151 -
CMYK 0.35 0.15 0 0.41
HSL 204.91º 0.21% 0.49% -
HSV(B) 204.91º 0.35% 0.59% -
XYZ 18.47 20.53 32.27 -
YUV 122.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 98 129 151 0.35 0.15 0 0.41 204.91 0.21 0.49
Hex 62 81 97 23 F 0 29 CD 15 31
Octal 142 201 227 43 17 0 51 315 25 61
Binary 1100010 10000001 10010111 100011 1111 0 101001 11001101 10101 110001

Color Harmonies of #628197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628197

Black with #628197

Text Example


Text Example

White with #628197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628197; }

 p { color: rgb(98,129,151); }

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

background-color css

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

 a { background-color: rgb(98,129,151); }

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

border-color css

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

 span { border-color: rgb(98,129,151); }

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