Html Css Color HEX #628287 Hoki

📋 copy color: '#628287'

red 98 ◦ green 130 ◦ blue 135

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

Shades of Hoki #628287

Tints of Hoki #628287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 27%
G = 35.81%
B = 37.19%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#628287 (or 0x628287) is known color: Hoki. HEX triplet: 62, 82 and 87. RGB value is (98,130,135). Sum of RGB (Red+Green+Blue) = 98+130+135=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #628287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628287 is #9D7D78. Grayscale: #787878. Windows color (decimal): -10321273 or 8880738. OLE color: 8880738.

HSL color Cylindrical-coordinate representation of color #628287: hue angle of 188.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628287 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 130 135 -
CMYK 0.27 0.04 0 0.47
HSL 188.11º 0.16% 0.46% -
HSV(B) 188.11º 0.27% 0.53% -
XYZ 17.39 20.31 25.93 -
YUV 121 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 98 130 135 0.27 0.04 0 0.47 188.11 0.16 0.46
Hex 62 82 87 1B 4 0 2F BC 10 2E
Octal 142 202 207 33 4 0 57 274 20 56
Binary 1100010 10000010 10000111 11011 100 0 101111 10111100 10000 101110

Color Harmonies of #628287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628287

Black with #628287

Text Example


Text Example

White with #628287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628287; }

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

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

background-color css

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

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

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

border-color css

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

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

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