#646272

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

Shades of Dolphin #646272

Tints of Dolphin #646272

Color information

#646272 (or 0x646272) is unknown color: approx Dolphin. HEX triplet: 64, 62 and 72. RGB value is (100,98,114). Sum of RGB (Red+Green+Blue) = 100+98+114=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #646272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646272 is #9B9D8D. Grayscale: #646464. Windows color (decimal): -10198414 or 7496292. OLE color: 7496292.

HSL color Cylindrical-coordinate representation of color #646272: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646272 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10098114-
CMYK0.120.1400.55
HSL247.5º7.55%41.57%-
HSV(B)247.5º14.04%44.71%-
XYZ12.6612.6617.7-
YUV100.42135.66127.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=32.05%
G=31.41%
B=36.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100981140.120.1400.55247.57.5541.57
Hex646272CE037f882a
Octal14414216214160673701052
Binary110010011000101110010110011100110111111110001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646272; }

 p { color: rgb(100,98,114); }

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

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

 a { background-color: rgb(100,98,114); }

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

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

 span { border-color: rgb(100,98,114); }

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