#696478

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

Shades of Dolphin #696478

Tints of Dolphin #696478

Color information

#696478 (or 0x696478) is unknown color: approx Dolphin. HEX triplet: 69, 64 and 78. RGB value is (105,100,120). Sum of RGB (Red+Green+Blue) = 105+100+120=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #696478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696478 is #969B87. Grayscale: #676767. Windows color (decimal): -9870216 or 7890025. OLE color: 7890025.

HSL color Cylindrical-coordinate representation of color #696478: hue angle of 255º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696478 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105100120-
CMYK0.130.1700.53
HSL255º9.09%43.14%-
HSV(B)255º16.67%47.06%-
XYZ13.7713.4719.64-
YUV103.78137.16128.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=32.31%
G=30.77%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051001200.130.1700.532559.0943.14
Hex696478D11035ff92b
Octal15114417015210653771153
Binary1101001110010011110001101100010110101111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696478; }

 p { color: rgb(105,100,120); }

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

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

 a { background-color: rgb(105,100,120); }

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

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

 span { border-color: rgb(105,100,120); }

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