#696578

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

Shades of Dolphin #696578

Tints of Dolphin #696578

Color information

#696578 (or 0x696578) is unknown color: approx Dolphin. HEX triplet: 69, 65 and 78. RGB value is (105,101,120). Sum of RGB (Red+Green+Blue) = 105+101+120=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #696578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696578 is #969A87. Grayscale: #686868. Windows color (decimal): -9869960 or 7890281. OLE color: 7890281.

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

Color convert

RGB105101120-
CMYK0.130.1600.53
HSL252.63º8.6%43.33%-
HSV(B)252.63º15.83%47.06%-
XYZ13.8713.6719.68-
YUV104.36136.83128.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=32.21%
G=30.98%
B=36.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051011200.130.1600.53252.638.643.33
Hex696578D10035fd92b
Octal15114517015200653751153
Binary1101001110010111110001101100000110101111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696578; }

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

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

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

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

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

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

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

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