#696775

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

Shades of Dolphin #696775

Tints of Dolphin #696775

Color information

#696775 (or 0x696775) is unknown color: approx Dolphin. HEX triplet: 69, 67 and 75. RGB value is (105,103,117). Sum of RGB (Red+Green+Blue) = 105+103+117=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #696775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696775 is #96988A. Grayscale: #696969. Windows color (decimal): -9869451 or 7694185. OLE color: 7694185.

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

Color convert

RGB105103117-
CMYK0.100.1200.54
HSL248.57º6.36%43.14%-
HSV(B)248.57º11.97%45.88%-
XYZ13.8913.9918.8-
YUV105.19134.66127.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 117 (46.09% from 255) = 36%
R=32.31%
G=31.69%
B=36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051031170.100.1200.54248.576.3643.14
Hex696775AC036f962b
Octal1511471651214066371653
Binary11010011100111111010110101100011011011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696775; }

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

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

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

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

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

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

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

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