#646271

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

Shades of Dolphin #646271

Tints of Dolphin #646271

Color information

#646271 (or 0x646271) is unknown color: approx Dolphin. HEX triplet: 64, 62 and 71. RGB value is (100,98,113). Sum of RGB (Red+Green+Blue) = 100+98+113=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: blue. Hex color #646271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646271 is #9B9D8E. Grayscale: #646464. Windows color (decimal): -10198415 or 7430756. OLE color: 7430756.

HSL color Cylindrical-coordinate representation of color #646271: hue angle of 248º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646271 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10098113-
CMYK0.120.1300.56
HSL248º7.11%41.37%-
HSV(B)248º13.27%44.31%-
XYZ12.612.6417.4-
YUV100.31135.16127.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=32.15%
G=31.51%
B=36.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100981130.120.1300.562487.1141.37
Hex646271CD038f8729
Octal1441421611415070370751
Binary11001001100010111000111001101011100011111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646271; }

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

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

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

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

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

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

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

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