#696575

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

Shades of Dolphin #696575

Tints of Dolphin #696575

Color information

#696575 (or 0x696575) is unknown color: approx Dolphin. HEX triplet: 69, 65 and 75. RGB value is (105,101,117). Sum of RGB (Red+Green+Blue) = 105+101+117=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #696575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696575 is #969A8A. Grayscale: #676767. Windows color (decimal): -9869963 or 7693673. OLE color: 7693673.

HSL color Cylindrical-coordinate representation of color #696575: hue angle of 255º degrees, saturation: 0.07, 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 #696575 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105101117-
CMYK0.100.1400.54
HSL255º7.34%42.75%-
HSV(B)255º13.68%45.88%-
XYZ13.6913.5918.73-
YUV104.02135.33128.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=32.51%
G=31.27%
B=36.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051011170.100.1400.542557.3442.75
Hex696575AE036ff72b
Octal1511451651216066377753
Binary11010011100101111010110101110011011011111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696575; }

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

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

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

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

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

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

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

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