#66627C

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

Shades of Dolphin #66627C

Tints of Dolphin #66627C

Color information

#66627C (or 0x66627C) is unknown color: approx Dolphin. HEX triplet: 66, 62 and 7C. RGB value is (102,98,124). Sum of RGB (Red+Green+Blue) = 102+98+124=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #66627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66627C is #999D83. Grayscale: #666666. Windows color (decimal): -10067332 or 8151654. OLE color: 8151654.

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

Color convert

RGB10298124-
CMYK0.180.2100.51
HSL249.23º11.71%43.53%-
HSV(B)249.23º20.97%48.63%-
XYZ13.4913.0220.87-
YUV102.16140.33127.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=31.48%
G=30.25%
B=38.27%

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
Decimal102981240.180.2100.51249.2311.7143.53
Hex66627C1215033f9c2c
Octal14614217422250633711454
Binary11001101100010111110010010101010110011111110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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