#63808b

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

Shades of Hoki #63808B

Tints of Hoki #63808B

Color information

#63808B (or 0x63808B) is unknown color: approx Hoki. HEX triplet: 63, 80 and 8B. RGB value is (99,128,139). Sum of RGB (Red+Green+Blue) = 99+128+139=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #63808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63808B is #9C7F74. Grayscale: #787878. Windows color (decimal): -10256245 or 9142371. OLE color: 9142371.

HSL color Cylindrical-coordinate representation of color #63808B: hue angle of 196.5º 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 #63808B is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99128139-
CMYK0.290.0800.45
HSL196.5º16.81%46.67%-
HSV(B)196.5º28.78%54.51%-
XYZ17.5219.9627.35-
YUV120.58138.39112.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=27.05%
G=34.97%
B=37.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991281390.290.0800.45196.516.8146.67
Hex63808B1D802Dc4112f
Octal14320021335100553042157
Binary1100011100000001000101111101100001011011100010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63808b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63808b; }

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

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

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

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

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

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

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

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