#66627E

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

Shades of Dolphin #66627E

Tints of Dolphin #66627E

Color information

#66627E (or 0x66627E) is unknown color: approx Dolphin. HEX triplet: 66, 62 and 7E. RGB value is (102,98,126). Sum of RGB (Red+Green+Blue) = 102+98+126=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #66627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66627E is #999D81. Grayscale: #666666. Windows color (decimal): -10067330 or 8282726. OLE color: 8282726.

HSL color Cylindrical-coordinate representation of color #66627E: hue angle of 248.57º degrees, saturation: 0.12, 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 #66627E is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10298126-
CMYK0.190.2200.51
HSL248.57º12.5%43.92%-
HSV(B)248.57º22.22%49.41%-
XYZ13.6113.0721.54-
YUV102.39141.33127.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=31.29%
G=30.06%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102981260.190.2200.51248.5712.543.92
Hex66627E1316033f9c2c
Octal14614217623260633711454
Binary11001101100010111111010011101100110011111110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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