#648186

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

Shades of Hoki #648186

Tints of Hoki #648186

Color information

#648186 (or 0x648186) is unknown color: approx Hoki. HEX triplet: 64, 81 and 86. RGB value is (100,129,134). Sum of RGB (Red+Green+Blue) = 100+129+134=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #648186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648186 is #9B7E79. Grayscale: #787878. Windows color (decimal): -10190458 or 8814948. OLE color: 8814948.

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

Color convert

RGB100129134-
CMYK0.250.0400.47
HSL188.82º14.53%45.88%-
HSV(B)188.82º25.37%52.55%-
XYZ17.4120.1325.52-
YUV120.9135.39113.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=27.55%
G=35.54%
B=36.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001291340.250.0400.47188.8214.5345.88
Hex64818619402Fbdf2e
Octal1442012063140572751756
Binary11001001000000110000110110011000101111101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648186; }

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

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

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

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

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

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

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

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