Html Css Color HEX #628497 Horizon

📋 copy color: '#628497'

red 98 ◦ green 132 ◦ blue 151

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

Shades of Horizon #628497

Tints of Horizon #628497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 25.72%
G = 34.65%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#628497 (or 0x628497) is known color: Horizon. HEX triplet: 62, 84 and 97. RGB value is (98,132,151). Sum of RGB (Red+Green+Blue) = 98+132+151=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #628497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628497 is #9D7B68. Grayscale: #7B7B7B. Windows color (decimal): -10320745 or 9929826. OLE color: 9929826.

HSL color Cylindrical-coordinate representation of color #628497: hue angle of 201.51º 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 #628497 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 132 151 -
CMYK 0.35 0.13 0 0.41
HSL 201.51º 0.21% 0.49% -
HSV(B) 201.51º 0.35% 0.59% -
XYZ 18.87 21.33 32.4 -
YUV 124 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 98 132 151 0.35 0.13 0 0.41 201.51 0.21 0.49
Hex 62 84 97 23 D 0 29 CA 15 31
Octal 142 204 227 43 15 0 51 312 25 61
Binary 1100010 10000100 10010111 100011 1101 0 101001 11001010 10101 110001

Color Harmonies of #628497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628497

Black with #628497

Text Example


Text Example

White with #628497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628497; }

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

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

background-color css

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

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

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

border-color css

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

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

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