#628283

Color #628283 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #628283

Tints of Hoki #628283

Color information

#628283 (or 0x628283) is unknown color: approx Hoki. HEX triplet: 62, 82 and 83. RGB value is (98,130,131). Sum of RGB (Red+Green+Blue) = 98+130+131=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #628283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628283 is #9D7D7C. Grayscale: #787878. Windows color (decimal): -10321277 or 8618594. OLE color: 8618594.

HSL color Cylindrical-coordinate representation of color #628283: hue angle of 181.82º 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 #628283 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98130131-
CMYK0.250.0100.49
HSL181.82º14.41%44.9%-
HSV(B)181.82º25.19%51.37%-
XYZ17.1220.224.47-
YUV120.55133.9111.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=27.30%
G=36.21%
B=36.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981301310.250.0100.49181.8214.4144.9
Hex628283191031b6e2d
Octal1422022033110612661655
Binary110001010000010100000111100110110001101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628283; }

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

 H1.HeaderClassName
 {
   color: #628283;
 }
 .AnyTagClassName
 {
   color: #628283;
 }
</style>
background-color css

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

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

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

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

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

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