#66607C

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

Shades of Dolphin #66607C

Tints of Dolphin #66607C

Color information

#66607C (or 0x66607C) is unknown color: approx Dolphin. HEX triplet: 66, 60 and 7C. RGB value is (102,96,124). Sum of RGB (Red+Green+Blue) = 102+96+124=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #66607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66607C is #999F83. Grayscale: #646464. Windows color (decimal): -10067844 or 8151142. OLE color: 8151142.

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

Color convert

RGB10296124-
CMYK0.180.2300.51
HSL252.86º12.73%43.14%-
HSV(B)252.86º22.58%48.63%-
XYZ13.312.6520.81-
YUV100.99140.99128.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=31.68%
G=29.81%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102961240.180.2300.51252.8612.7343.14
Hex66607C1217033fdd2b
Octal14614017422270633751553
Binary11001101100000111110010010101110110011111111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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