#696679

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

Shades of Dolphin #696679

Tints of Dolphin #696679

Color information

#696679 (or 0x696679) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 79. RGB value is (105,102,121). Sum of RGB (Red+Green+Blue) = 105+102+121=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #696679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696679 is #969986. Grayscale: #686868. Windows color (decimal): -9869703 or 7956073. OLE color: 7956073.

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

Color convert

RGB105102121-
CMYK0.130.1600.53
HSL249.47º8.52%43.73%-
HSV(B)249.47º15.7%47.45%-
XYZ14.0313.8920.03-
YUV105.06136.99127.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=32.01%
G=31.10%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051021210.130.1600.53249.478.5243.73
Hex696679D10035f992c
Octal15114617115200653711154
Binary1101001110011011110011101100000110101111110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696679; }

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

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

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

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

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

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

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

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