#696576

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

Shades of Dolphin #696576

Tints of Dolphin #696576

Color information

#696576 (or 0x696576) is unknown color: approx Dolphin. HEX triplet: 69, 65 and 76. RGB value is (105,101,118). Sum of RGB (Red+Green+Blue) = 105+101+118=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #696576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696576 is #969A89. Grayscale: #686868. Windows color (decimal): -9869962 or 7759209. OLE color: 7759209.

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

Color convert

RGB105101118-
CMYK0.110.1400.54
HSL254.12º7.76%42.94%-
HSV(B)254.12º14.41%46.27%-
XYZ13.7513.6219.04-
YUV104.13135.83128.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=32.41%
G=31.17%
B=36.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051011180.110.1400.54254.127.7642.94
Hex696576BE036fe82b
Octal15114516613160663761053
Binary110100111001011110110101111100110110111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696576; }

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

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

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

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

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

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

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

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