#648187

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

Shades of Hoki #648187

Tints of Hoki #648187

Color information

#648187 (or 0x648187) is unknown color: approx Hoki. HEX triplet: 64, 81 and 87. RGB value is (100,129,135). Sum of RGB (Red+Green+Blue) = 100+129+135=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #648187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648187 is #9B7E78. Grayscale: #787878. Windows color (decimal): -10190457 or 8880484. OLE color: 8880484.

HSL color Cylindrical-coordinate representation of color #648187: hue angle of 190.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648187 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100129135-
CMYK0.260.0400.47
HSL190.29º14.89%46.08%-
HSV(B)190.29º25.93%52.94%-
XYZ17.4820.1625.89-
YUV121.01135.89113.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=27.47%
G=35.44%
B=37.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001291350.260.0400.47190.2914.8946.08
Hex6481871A402Fbef2e
Octal1442012073240572761756
Binary11001001000000110000111110101000101111101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648187; }

 p { color: rgb(100,129,135); }

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

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

 a { background-color: rgb(100,129,135); }

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

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

 span { border-color: rgb(100,129,135); }

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