#696675

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

Shades of Dolphin #696675

Tints of Dolphin #696675

Color information

#696675 (or 0x696675) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 75. RGB value is (105,102,117). Sum of RGB (Red+Green+Blue) = 105+102+117=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #696675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696675 is #96998A. Grayscale: #686868. Windows color (decimal): -9869707 or 7693929. OLE color: 7693929.

HSL color Cylindrical-coordinate representation of color #696675: hue angle of 252º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #696675 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105102117-
CMYK0.100.1300.54
HSL252º6.85%42.94%-
HSV(B)252º12.82%45.88%-
XYZ13.7913.7918.76-
YUV104.61134.99128.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=32.41%
G=31.48%
B=36.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051021170.100.1300.542526.8542.94
Hex696675AD036fc72b
Octal1511461651215066374753
Binary11010011100110111010110101101011011011111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696675; }

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

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

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

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

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

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

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

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