Html Css Color HEX #628598 Horizon

📋 copy color: '#628598'

red 98 ◦ green 133 ◦ blue 152

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

Shades of Horizon #628598

Tints of Horizon #628598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 25.59%
G = 34.73%
B = 39.69%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#628598 (or 0x628598) is known color: Horizon. HEX triplet: 62, 85 and 98. RGB value is (98,133,152). Sum of RGB (Red+Green+Blue) = 98+133+152=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 152 - color contains mainly: blue. Hex color #628598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628598 is #9D7A67. Grayscale: #7C7C7C. Windows color (decimal): -10320488 or 9995618. OLE color: 9995618.

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

Color convert

RGB 98 133 152 -
CMYK 0.36 0.13 0 0.40
HSL 201.11º 0.22% 0.49% -
HSV(B) 201.11º 0.36% 0.6% -
XYZ 19.09 21.64 32.88 -
YUV 124.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 98 133 152 0.36 0.13 0 0.40 201.11 0.22 0.49
Hex 62 85 98 24 D 0 28 C9 16 31
Octal 142 205 230 44 15 0 50 311 26 61
Binary 1100010 10000101 10011000 100100 1101 0 101000 11001001 10110 110001

Color Harmonies of #628598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628598

Black with #628598

Text Example


Text Example

White with #628598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628598; }

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

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

background-color css

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

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

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

border-color css

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

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

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