Html Css Color HEX #628186 Hoki

📋 copy color: '#628186'

red 98 ◦ green 129 ◦ blue 134

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

Shades of Hoki #628186

Tints of Hoki #628186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 27.15%
G = 35.73%
B = 37.12%

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

#628186 (or 0x628186) is known color: Hoki. HEX triplet: 62, 81 and 86. RGB value is (98,129,134). Sum of RGB (Red+Green+Blue) = 98+129+134=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #628186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628186 is #9D7E79. Grayscale: #787878. Windows color (decimal): -10321530 or 8814946. OLE color: 8814946.

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

Color convert

RGB 98 129 134 -
CMYK 0.27 0.04 0 0.47
HSL 188.33º 0.16% 0.45% -
HSV(B) 188.33º 0.27% 0.53% -
XYZ 17.19 20.02 25.51 -
YUV 120.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 98 129 134 0.27 0.04 0 0.47 188.33 0.16 0.45
Hex 62 81 86 1B 4 0 2F BC 10 2D
Octal 142 201 206 33 4 0 57 274 20 55
Binary 1100010 10000001 10000110 11011 100 0 101111 10111100 10000 101101

Color Harmonies of #628186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628186

Black with #628186

Text Example


Text Example

White with #628186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628186; }

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

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

background-color css

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

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

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

border-color css

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

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

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