#66617D

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

Shades of Dolphin #66617D

Tints of Dolphin #66617D

Color information

#66617D (or 0x66617D) is unknown color: approx Dolphin. HEX triplet: 66, 61 and 7D. RGB value is (102,97,125). Sum of RGB (Red+Green+Blue) = 102+97+125=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #66617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66617D is #999E82. Grayscale: #656565. Windows color (decimal): -10067587 or 8216934. OLE color: 8216934.

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

Color convert

RGB10297125-
CMYK0.180.2200.51
HSL250.71º12.61%43.53%-
HSV(B)250.71º22.4%49.02%-
XYZ13.4612.8521.17-
YUV101.69141.16128.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=31.48%
G=29.94%
B=38.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102971250.180.2200.51250.7112.6143.53
Hex66617D1216033fbd2c
Octal14614117522260633731554
Binary11001101100001111110110010101100110011111110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,97,125); }

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

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

 a { background-color: rgb(102,97,125); }

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

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

 span { border-color: rgb(102,97,125); }

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