#64607C

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

Shades of Dolphin #64607C

Tints of Dolphin #64607C

Color information

#64607C (or 0x64607C) is unknown color: approx Dolphin. HEX triplet: 64, 60 and 7C. RGB value is (100,96,124). Sum of RGB (Red+Green+Blue) = 100+96+124=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #64607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64607C is #9B9F83. Grayscale: #646464. Windows color (decimal): -10198916 or 8151140. OLE color: 8151140.

HSL color Cylindrical-coordinate representation of color #64607C: hue angle of 248.57º 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 #64607C is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10096124-
CMYK0.190.2300.51
HSL248.57º12.73%43.14%-
HSV(B)248.57º22.58%48.63%-
XYZ13.0812.5320.8-
YUV100.39141.33127.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=31.25%
G=30%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100961240.190.2300.51248.5712.7343.14
Hex64607C1317033f9d2b
Octal14414017423270633711553
Binary11001001100000111110010011101110110011111110011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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