Html Css Color HEX #628182 Hoki

📋 copy color: '#628182'

red 98 ◦ green 129 ◦ blue 130

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

Shades of Hoki #628182

Tints of Hoki #628182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 27.45%
G = 36.13%
B = 36.41%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#628182 (or 0x628182) is known color: Hoki. HEX triplet: 62, 81 and 82. RGB value is (98,129,130). Sum of RGB (Red+Green+Blue) = 98+129+130=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #628182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628182 is #9D7E7D. Grayscale: #777777. Windows color (decimal): -10321534 or 8552802. OLE color: 8552802.

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

Color convert

RGB 98 129 130 -
CMYK 0.25 0.01 0 0.49
HSL 181.88º 0.14% 0.45% -
HSV(B) 181.88º 0.25% 0.51% -
XYZ 16.92 19.91 24.07 -
YUV 119.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 98 129 130 0.25 0.01 0 0.49 181.88 0.14 0.45
Hex 62 81 82 19 1 0 31 B6 E 2D
Octal 142 201 202 31 1 0 61 266 16 55
Binary 1100010 10000001 10000010 11001 1 0 110001 10110110 1110 101101

Color Harmonies of #628182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628182

Black with #628182

Text Example


Text Example

White with #628182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628182; }

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

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

background-color css

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

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

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

border-color css

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

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

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