#66637D

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

Shades of Dolphin #66637D

Tints of Dolphin #66637D

Color information

#66637D (or 0x66637D) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 7D. RGB value is (102,99,125). Sum of RGB (Red+Green+Blue) = 102+99+125=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #66637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66637D is #999C82. Grayscale: #666666. Windows color (decimal): -10067075 or 8217446. OLE color: 8217446.

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

Color convert

RGB10299125-
CMYK0.180.2100.51
HSL246.92º11.61%43.92%-
HSV(B)246.92º20.8%49.02%-
XYZ13.6413.2321.24-
YUV102.86140.49127.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=31.29%
G=30.37%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102991250.180.2100.51246.9211.6143.92
Hex66637D1215033f7c2c
Octal14614317522250633671454
Binary11001101100011111110110010101010110011111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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