#63818B

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

Shades of Hoki #63818B

Tints of Hoki #63818B

Color information

#63818B (or 0x63818B) is unknown color: approx Hoki. HEX triplet: 63, 81 and 8B. RGB value is (99,129,139). Sum of RGB (Red+Green+Blue) = 99+129+139=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #63818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63818B is #9C7E74. Grayscale: #797979. Windows color (decimal): -10255989 or 9142627. OLE color: 9142627.

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

Color convert

RGB99129139-
CMYK0.290.0700.45
HSL195º16.81%46.67%-
HSV(B)195º28.78%54.51%-
XYZ17.6620.2227.4-
YUV121.17138.06112.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=26.98%
G=35.15%
B=37.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991291390.290.0700.4519516.8146.67
Hex63818B1D702Dc3112f
Octal1432012133570553032157
Binary110001110000001100010111110111101011011100001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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