#696876

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

Shades of Dolphin #696876

Tints of Dolphin #696876

Color information

#696876 (or 0x696876) is unknown color: approx Dolphin. HEX triplet: 69, 68 and 76. RGB value is (105,104,118). Sum of RGB (Red+Green+Blue) = 105+104+118=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #696876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696876 is #969789. Grayscale: #696969. Windows color (decimal): -9869194 or 7759977. OLE color: 7759977.

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

Color convert

RGB105104118-
CMYK0.110.1200.54
HSL244.29º6.31%43.53%-
HSV(B)244.29º11.86%46.27%-
XYZ14.0514.2119.14-
YUV105.9134.83127.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=32.11%
G=31.80%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051041180.110.1200.54244.296.3143.53
Hex696876BC036f462c
Octal1511501661314066364654
Binary11010011101000111011010111100011011011110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696876; }

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

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

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

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

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

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

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

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