Html Css Color HEX #628393 Horizon

📋 copy color: '#628393'

red 98 ◦ green 131 ◦ blue 147

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

Shades of Horizon #628393

Tints of Horizon #628393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 26.06%
G = 34.84%
B = 39.1%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#628393 (or 0x628393) is known color: Horizon. HEX triplet: 62, 83 and 93. RGB value is (98,131,147). Sum of RGB (Red+Green+Blue) = 98+131+147=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #628393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628393 is #9D7C6C. Grayscale: #7A7A7A. Windows color (decimal): -10321005 or 9667426. OLE color: 9667426.

HSL color Cylindrical-coordinate representation of color #628393: hue angle of 199.59º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628393 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 131 147 -
CMYK 0.33 0.11 0 0.42
HSL 199.59º 0.2% 0.48% -
HSV(B) 199.59º 0.33% 0.58% -
XYZ 18.42 20.94 30.67 -
YUV 122.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 98 131 147 0.33 0.11 0 0.42 199.59 0.2 0.48
Hex 62 83 93 21 B 0 2A C8 14 30
Octal 142 203 223 41 13 0 52 310 24 60
Binary 1100010 10000011 10010011 100001 1011 0 101010 11001000 10100 110000

Color Harmonies of #628393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628393

Black with #628393

Text Example


Text Example

White with #628393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628393; }

 p { color: rgb(98,131,147); }

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

background-color css

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

 a { background-color: rgb(98,131,147); }

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

border-color css

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

 span { border-color: rgb(98,131,147); }

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