Html Css Color HEX #628793 Horizon

📋 copy color: '#628793'

red 98 ◦ green 135 ◦ blue 147

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

Shades of Horizon #628793

Tints of Horizon #628793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

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

R = 25.79%
G = 35.53%
B = 38.68%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#628793 (or 0x628793) is known color: Horizon. HEX triplet: 62, 87 and 93. RGB value is (98,135,147). Sum of RGB (Red+Green+Blue) = 98+135+147=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #628793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628793 is #9D786C. Grayscale: #7D7D7D. Windows color (decimal): -10319981 or 9668450. OLE color: 9668450.

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

Color convert

RGB 98 135 147 -
CMYK 0.33 0.08 0 0.42
HSL 194.69º 0.2% 0.48% -
HSV(B) 194.69º 0.33% 0.58% -
XYZ 18.97 22.03 30.86 -
YUV 125.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 98 135 147 0.33 0.08 0 0.42 194.69 0.2 0.48
Hex 62 87 93 21 8 0 2A C3 14 30
Octal 142 207 223 41 10 0 52 303 24 60
Binary 1100010 10000111 10010011 100001 1000 0 101010 11000011 10100 110000

Color Harmonies of #628793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628793

Black with #628793

Text Example


Text Example

White with #628793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628793; }

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

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

background-color css

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

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

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

border-color css

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

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

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