#646270

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

Shades of Dolphin #646270

Tints of Dolphin #646270

Color information

#646270 (or 0x646270) is unknown color: approx Dolphin. HEX triplet: 64, 62 and 70. RGB value is (100,98,112). Sum of RGB (Red+Green+Blue) = 100+98+112=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #646270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646270 is #9B9D8F. Grayscale: #646464. Windows color (decimal): -10198416 or 7365220. OLE color: 7365220.

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

Color convert

RGB10098112-
CMYK0.110.1300.56
HSL248.57º6.67%41.18%-
HSV(B)248.57º12.5%43.92%-
XYZ12.5512.6117.1-
YUV100.19134.66127.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=32.26%
G=31.61%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100981120.110.1300.56248.576.6741.18
Hex646270BD038f9729
Octal1441421601315070371751
Binary11001001100010111000010111101011100011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646270; }

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

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

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

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

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

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

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

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