Html Css Color HEX #628081 Hoki

📋 copy color: '#628081'

red 98 ◦ green 128 ◦ blue 129

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

Shades of Hoki #628081

Tints of Hoki #628081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 27.61%
G = 36.06%
B = 36.34%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#628081 (or 0x628081) is known color: Hoki. HEX triplet: 62, 80 and 81. RGB value is (98,128,129). Sum of RGB (Red+Green+Blue) = 98+128+129=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #628081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628081 is #9D7F7E. Grayscale: #777777. Windows color (decimal): -10321791 or 8487010. OLE color: 8487010.

HSL color Cylindrical-coordinate representation of color #628081: hue angle of 181.94º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #628081 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 128 129 -
CMYK 0.24 0.01 0 0.49
HSL 181.94º 0.14% 0.45% -
HSV(B) 181.94º 0.24% 0.51% -
XYZ 16.72 19.62 23.67 -
YUV 119.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 98 128 129 0.24 0.01 0 0.49 181.94 0.14 0.45
Hex 62 80 81 18 1 0 31 B6 E 2D
Octal 142 200 201 30 1 0 61 266 16 55
Binary 1100010 10000000 10000001 11000 1 0 110001 10110110 1110 101101

Color Harmonies of #628081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628081

Black with #628081

Text Example


Text Example

White with #628081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628081; }

 p { color: rgb(98,128,129); }

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

background-color css

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

 a { background-color: rgb(98,128,129); }

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

border-color css

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

 span { border-color: rgb(98,128,129); }

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