#696671

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

Shades of Dolphin #696671

Tints of Dolphin #696671

Color information

#696671 (or 0x696671) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 71. RGB value is (105,102,113). Sum of RGB (Red+Green+Blue) = 105+102+113=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #696671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696671 is #96998E. Grayscale: #686868. Windows color (decimal): -9869711 or 7431785. OLE color: 7431785.

HSL color Cylindrical-coordinate representation of color #696671: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696671 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105102113-
CMYK0.070.1000.56
HSL256.36º5.12%42.16%-
HSV(B)256.36º9.73%44.31%-
XYZ13.5613.717.55-
YUV104.15132.99128.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=32.81%
G=31.88%
B=35.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051021130.070.1000.56256.365.1242.16
Hex6966717A03810052a
Octal151146161712070400552
Binary11010011100110111000111110100111000100000000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696671; }

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

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

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

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

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

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

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

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