#63818D

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

Shades of Hoki #63818D

Tints of Hoki #63818D

Color information

#63818D (or 0x63818D) is unknown color: approx Hoki. HEX triplet: 63, 81 and 8D. RGB value is (99,129,141). Sum of RGB (Red+Green+Blue) = 99+129+141=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #63818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63818D is #9C7E72. Grayscale: #797979. Windows color (decimal): -10255987 or 9273699. OLE color: 9273699.

HSL color Cylindrical-coordinate representation of color #63818D: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63818D is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99129141-
CMYK0.300.0900.45
HSL197.14º17.5%47.06%-
HSV(B)197.14º29.79%55.29%-
XYZ17.820.2828.17-
YUV121.4139.06112.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=26.83%
G=34.96%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991291410.300.0900.45197.1417.547.06
Hex63818D1E902Dc5122f
Octal14320121536110553052257
Binary1100011100000011000110111110100101011011100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63818D; }

 p { color: rgb(99,129,141); }

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

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

 a { background-color: rgb(99,129,141); }

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

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

 span { border-color: rgb(99,129,141); }

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