#66607B

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

Shades of Dolphin #66607B

Tints of Dolphin #66607B

Color information

#66607B (or 0x66607B) is unknown color: approx Dolphin. HEX triplet: 66, 60 and 7B. RGB value is (102,96,123). Sum of RGB (Red+Green+Blue) = 102+96+123=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #66607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66607B is #999F84. Grayscale: #646464. Windows color (decimal): -10067845 or 8085606. OLE color: 8085606.

HSL color Cylindrical-coordinate representation of color #66607B: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66607B is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10296123-
CMYK0.170.2200.52
HSL253.33º12.33%42.94%-
HSV(B)253.33º21.95%48.24%-
XYZ13.2412.6220.48-
YUV100.87140.49128.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=31.78%
G=29.91%
B=38.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102961230.170.2200.52253.3312.3342.94
Hex66607B1116034fdc2b
Octal14614017321260643751453
Binary11001101100000111101110001101100110100111111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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