#66637F

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

Shades of Dolphin #66637F

Tints of Dolphin #66637F

Color information

#66637F (or 0x66637F) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 7F. RGB value is (102,99,127). Sum of RGB (Red+Green+Blue) = 102+99+127=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #66637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66637F is #999C80. Grayscale: #666666. Windows color (decimal): -10067073 or 8348518. OLE color: 8348518.

HSL color Cylindrical-coordinate representation of color #66637F: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66637F is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10299127-
CMYK0.200.2200.50
HSL246.43º12.39%44.31%-
HSV(B)246.43º22.05%49.8%-
XYZ13.7713.2821.92-
YUV103.09141.49127.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 127 (50% from 255) = 38.72%
R=31.10%
G=30.18%
B=38.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102991270.200.2200.50246.4312.3944.31
Hex66637F1416032f6c2c
Octal14614317724260623661454
Binary11001101100011111111110100101100110010111101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66637F; }

 p { color: rgb(102,99,127); }

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

<style>
 a { background-color: #66637F; }

 a { background-color: rgb(102,99,127); }

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

<style>
 span { border-color: #66637F; }

 span { border-color: rgb(102,99,127); }

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