#696476

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

Shades of Dolphin #696476

Tints of Dolphin #696476

Color information

#696476 (or 0x696476) is unknown color: approx Dolphin. HEX triplet: 69, 64 and 76. RGB value is (105,100,118). Sum of RGB (Red+Green+Blue) = 105+100+118=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #696476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696476 is #969B89. Grayscale: #676767. Windows color (decimal): -9870218 or 7758953. OLE color: 7758953.

HSL color Cylindrical-coordinate representation of color #696476: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696476 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105100118-
CMYK0.110.1500.54
HSL256.67º8.26%42.75%-
HSV(B)256.67º15.25%46.27%-
XYZ13.6513.4319.01-
YUV103.55136.16129.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=32.51%
G=30.96%
B=36.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051001180.110.1500.54256.678.2642.75
Hex696476BF03610182b
Octal15114416613170664011053
Binary1101001110010011101101011111101101101000000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696476; }

 p { color: rgb(105,100,118); }

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

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

 a { background-color: rgb(105,100,118); }

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

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

 span { border-color: rgb(105,100,118); }

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