#647E8A

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

Shades of Hoki #647E8A

Tints of Hoki #647E8A

Color information

#647E8A (or 0x647E8A) is unknown color: approx Hoki. HEX triplet: 64, 7E and 8A. RGB value is (100,126,138). Sum of RGB (Red+Green+Blue) = 100+126+138=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #647E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E8A is #9B8175. Grayscale: #777777. Windows color (decimal): -10191222 or 9076324. OLE color: 9076324.

HSL color Cylindrical-coordinate representation of color #647E8A: hue angle of 198.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #647E8A is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB100126138-
CMYK0.280.0900.46
HSL198.95º15.97%46.67%-
HSV(B)198.95º27.54%54.12%-
XYZ17.319.4726.89-
YUV119.59138.39114.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 126 (49.61% from 255) = 34.62%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=27.47%
G=34.62%
B=37.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001261380.280.0900.46198.9515.9746.67
Hex647E8A1C902Ec7102f
Octal14417621234110563072057
Binary110010011111101000101011100100101011101100011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647E8A; }

 p { color: rgb(100,126,138); }

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

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

 a { background-color: rgb(100,126,138); }

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

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

 span { border-color: rgb(100,126,138); }

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