Html Css Color HEX #628698 Horizon

📋 copy color: '#628698'

red 98 ◦ green 134 ◦ blue 152

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

Shades of Horizon #628698

Tints of Horizon #628698

RGB

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

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

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

R = 25.52%
G = 34.9%
B = 39.58%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#628698 (or 0x628698) is known color: Horizon. HEX triplet: 62, 86 and 98. RGB value is (98,134,152). Sum of RGB (Red+Green+Blue) = 98+134+152=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #628698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628698 is #9D7967. Grayscale: #7D7D7D. Windows color (decimal): -10320232 or 9995874. OLE color: 9995874.

HSL color Cylindrical-coordinate representation of color #628698: hue angle of 200º 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 #628698 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 134 152 -
CMYK 0.36 0.12 0 0.40
HSL 200º 0.22% 0.49% -
HSV(B) 200º 0.36% 0.6% -
XYZ 19.23 21.91 32.92 -
YUV 125.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 98 134 152 0.36 0.12 0 0.40 200 0.22 0.49
Hex 62 86 98 24 C 0 28 C8 16 31
Octal 142 206 230 44 14 0 50 310 26 61
Binary 1100010 10000110 10011000 100100 1100 0 101000 11001000 10110 110001

Color Harmonies of #628698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628698

Black with #628698

Text Example


Text Example

White with #628698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628698; }

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

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

background-color css

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

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

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

border-color css

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

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

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