#696378

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

Shades of Dolphin #696378

Tints of Dolphin #696378

Color information

#696378 (or 0x696378) is unknown color: approx Dolphin. HEX triplet: 69, 63 and 78. RGB value is (105,99,120). Sum of RGB (Red+Green+Blue) = 105+99+120=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #696378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696378 is #969C87. Grayscale: #676767. Windows color (decimal): -9870472 or 7889769. OLE color: 7889769.

HSL color Cylindrical-coordinate representation of color #696378: hue angle of 257.14º degrees, saturation: 0.1, 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 #696378 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10599120-
CMYK0.130.1700.53
HSL257.14º9.59%42.94%-
HSV(B)257.14º17.5%47.06%-
XYZ13.6813.2819.61-
YUV103.19137.49129.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=32.41%
G=30.56%
B=37.04%

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
Decimal105991200.130.1700.53257.149.5942.94
Hex696378D11035101a2b
Octal15114317015210654011253
Binary11010011100011111100011011000101101011000000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696378; }

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

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

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

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

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

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

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

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