#64607D

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

Shades of Dolphin #64607D

Tints of Dolphin #64607D

Color information

#64607D (or 0x64607D) is unknown color: approx Dolphin. HEX triplet: 64, 60 and 7D. RGB value is (100,96,125). Sum of RGB (Red+Green+Blue) = 100+96+125=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #64607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64607D is #9B9F82. Grayscale: #646464. Windows color (decimal): -10198915 or 8216676. OLE color: 8216676.

HSL color Cylindrical-coordinate representation of color #64607D: hue angle of 248.28º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64607D is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10096125-
CMYK0.20.2300.51
HSL248.28º13.12%43.33%-
HSV(B)248.28º23.2%49.02%-
XYZ13.1412.5621.13-
YUV100.5141.83127.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=31.15%
G=29.91%
B=38.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100961250.20.2300.51248.2813.1243.33
Hex64607D1417033f8d2b
Octal14414017524270633701553
Binary11001001100000111110110100101110110011111110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64607D; }

 p { color: rgb(100,96,125); }

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

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

 a { background-color: rgb(100,96,125); }

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

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

 span { border-color: rgb(100,96,125); }

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