Html Css Color HEX #628690 Horizon

📋 copy color: '#628690'

red 98 ◦ green 134 ◦ blue 144

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

Shades of Horizon #628690

Tints of Horizon #628690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 26.06%
G = 35.64%
B = 38.3%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#628690 (or 0x628690) is known color: Horizon. HEX triplet: 62, 86 and 90. RGB value is (98,134,144). Sum of RGB (Red+Green+Blue) = 98+134+144=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #628690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628690 is #9D796F. Grayscale: #7C7C7C. Windows color (decimal): -10320240 or 9471586. OLE color: 9471586.

HSL color Cylindrical-coordinate representation of color #628690: hue angle of 193.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #628690 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 134 144 -
CMYK 0.32 0.07 0 0.44
HSL 193.04º 0.19% 0.47% -
HSV(B) 193.04º 0.32% 0.56% -
XYZ 18.6 21.66 29.59 -
YUV 124.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 98 134 144 0.32 0.07 0 0.44 193.04 0.19 0.47
Hex 62 86 90 20 7 0 2C C1 13 2F
Octal 142 206 220 40 7 0 54 301 23 57
Binary 1100010 10000110 10010000 100000 111 0 101100 11000001 10011 101111

Color Harmonies of #628690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628690

Black with #628690

Text Example


Text Example

White with #628690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628690; }

 p { color: rgb(98,134,144); }

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

background-color css

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

 a { background-color: rgb(98,134,144); }

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

border-color css

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

 span { border-color: rgb(98,134,144); }

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