Html Css Color HEX #628298 Horizon

📋 copy color: '#628298'

red 98 ◦ green 130 ◦ blue 152

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

Shades of Horizon #628298

Tints of Horizon #628298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

 BLUE value IS 152 (59.77% from 255) = 40%

R = 25.79%
G = 34.21%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#628298 (or 0x628298) is known color: Horizon. HEX triplet: 62, 82 and 98. RGB value is (98,130,152). Sum of RGB (Red+Green+Blue) = 98+130+152=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #628298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628298 is #9D7D67. Grayscale: #7A7A7A. Windows color (decimal): -10321256 or 9994850. OLE color: 9994850.

HSL color Cylindrical-coordinate representation of color #628298: hue angle of 204.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #628298 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 130 152 -
CMYK 0.36 0.14 0 0.40
HSL 204.44º 0.22% 0.49% -
HSV(B) 204.44º 0.36% 0.6% -
XYZ 18.69 20.83 32.74 -
YUV 122.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 98 130 152 0.36 0.14 0 0.40 204.44 0.22 0.49
Hex 62 82 98 24 E 0 28 CC 16 31
Octal 142 202 230 44 16 0 50 314 26 61
Binary 1100010 10000010 10011000 100100 1110 0 101000 11001100 10110 110001

Color Harmonies of #628298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628298

Black with #628298

Text Example


Text Example

White with #628298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628298; }

 p { color: rgb(98,130,152); }

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

background-color css

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

 a { background-color: rgb(98,130,152); }

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

border-color css

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

 span { border-color: rgb(98,130,152); }

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