#696678

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

Shades of Dolphin #696678

Tints of Dolphin #696678

Color information

#696678 (or 0x696678) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 78. RGB value is (105,102,120). Sum of RGB (Red+Green+Blue) = 105+102+120=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #696678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696678 is #969987. Grayscale: #686868. Windows color (decimal): -9869704 or 7890537. OLE color: 7890537.

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

Color convert

RGB105102120-
CMYK0.130.1500.53
HSL250º8.11%43.53%-
HSV(B)250º15%47.06%-
XYZ13.9713.8619.71-
YUV104.95136.49128.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=32.11%
G=31.19%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051021200.130.1500.532508.1143.53
Hex696678DF035fa82c
Octal15114617015170653721054
Binary110100111001101111000110111110110101111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696678; }

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

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

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

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

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

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

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

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