#666379

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

Shades of Dolphin #666379

Tints of Dolphin #666379

Color information

#666379 (or 0x666379) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 79. RGB value is (102,99,121). Sum of RGB (Red+Green+Blue) = 102+99+121=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #666379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666379 is #999C86. Grayscale: #666666. Windows color (decimal): -10067079 or 7955302. OLE color: 7955302.

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

Color convert

RGB10299121-
CMYK0.160.1800.53
HSL248.18º10%43.14%-
HSV(B)248.18º18.18%47.45%-
XYZ13.3913.1319.92-
YUV102.4138.49127.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=31.68%
G=30.75%
B=37.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102991210.160.1800.53248.181043.14
Hex6663791012035f8a2b
Octal14614317120220653701253
Binary11001101100011111100110000100100110101111110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666379; }

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

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

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

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

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

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

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

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