#666279

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

Shades of Dolphin #666279

Tints of Dolphin #666279

Color information

#666279 (or 0x666279) is unknown color: approx Dolphin. HEX triplet: 66, 62 and 79. RGB value is (102,98,121). Sum of RGB (Red+Green+Blue) = 102+98+121=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #666279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666279 is #999D86. Grayscale: #656565. Windows color (decimal): -10067335 or 7955046. OLE color: 7955046.

HSL color Cylindrical-coordinate representation of color #666279: hue angle of 250.43º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #666279 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10298121-
CMYK0.160.1900.53
HSL250.43º10.5%42.94%-
HSV(B)250.43º19.01%47.45%-
XYZ13.312.9419.89-
YUV101.82138.83128.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=31.78%
G=30.53%
B=37.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102981210.160.1900.53250.4310.542.94
Hex6662791013035fab2b
Octal14614217120230653721353
Binary11001101100010111100110000100110110101111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666279; }

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

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

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

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

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

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

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

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