#696571

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

Shades of Dolphin #696571

Tints of Dolphin #696571

Color information

#696571 (or 0x696571) is unknown color: approx Dolphin. HEX triplet: 69, 65 and 71. RGB value is (105,101,113). Sum of RGB (Red+Green+Blue) = 105+101+113=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #696571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696571 is #969A8E. Grayscale: #676767. Windows color (decimal): -9869967 or 7431529. OLE color: 7431529.

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

Color convert

RGB105101113-
CMYK0.070.1100.56
HSL260º5.61%41.96%-
HSV(B)260º10.62%44.31%-
XYZ13.4613.517.52-
YUV103.56133.33129.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=32.92%
G=31.66%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051011130.070.1100.562605.6141.96
Hex6965717B03810462a
Octal151145161713070404652
Binary11010011100101111000111110110111000100000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696571; }

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

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

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

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

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

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

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

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