#696873

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

Shades of Dolphin #696873

Tints of Dolphin #696873

Color information

#696873 (or 0x696873) is unknown color: approx Dolphin. HEX triplet: 69, 68 and 73. RGB value is (105,104,115). Sum of RGB (Red+Green+Blue) = 105+104+115=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #696873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696873 is #96978C. Grayscale: #696969. Windows color (decimal): -9869197 or 7563369. OLE color: 7563369.

HSL color Cylindrical-coordinate representation of color #696873: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696873 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB105104115-
CMYK0.090.1000.55
HSL245.45º5.02%42.94%-
HSV(B)245.45º9.57%45.1%-
XYZ13.8714.1418.22-
YUV105.55133.33127.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=32.41%
G=32.10%
B=35.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051041150.090.1000.55245.455.0242.94
Hex6968739A037f552b
Octal1511501631112067365553
Binary11010011101000111001110011010011011111110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696873; }

 p { color: rgb(105,104,115); }

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

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

 a { background-color: rgb(105,104,115); }

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

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

 span { border-color: rgb(105,104,115); }

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