#638081

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

Shades of Hoki #638081

Tints of Hoki #638081

Color information

#638081 (or 0x638081) is unknown color: approx Hoki. HEX triplet: 63, 80 and 81. RGB value is (99,128,129). Sum of RGB (Red+Green+Blue) = 99+128+129=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 129 - color contains mainly: blue. Hex color #638081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638081 is #9C7F7E. Grayscale: #777777. Windows color (decimal): -10256255 or 8487011. OLE color: 8487011.

HSL color Cylindrical-coordinate representation of color #638081: hue angle of 182º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638081 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB99128129-
CMYK0.230.0100.49
HSL182º13.16%44.71%-
HSV(B)182º23.26%50.59%-
XYZ16.8319.6823.68-
YUV119.44133.39113.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=27.81%
G=35.96%
B=36.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991281290.230.0100.4918213.1644.71
Hex638081171031b6d2d
Octal1432002012710612661555
Binary110001110000000100000011011110110001101101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638081; }

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

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

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

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

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

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

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

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