#696475

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

Shades of Dolphin #696475

Tints of Dolphin #696475

Color information

#696475 (or 0x696475) is unknown color: approx Dolphin. HEX triplet: 69, 64 and 75. RGB value is (105,100,117). Sum of RGB (Red+Green+Blue) = 105+100+117=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #696475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696475 is #969B8A. Grayscale: #676767. Windows color (decimal): -9870219 or 7693417. OLE color: 7693417.

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

Color convert

RGB105100117-
CMYK0.100.1500.54
HSL257.65º7.83%42.55%-
HSV(B)257.65º14.53%45.88%-
XYZ13.5913.418.7-
YUV103.43135.66129.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=32.61%
G=31.06%
B=36.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051001170.100.1500.54257.657.8342.55
Hex696475AF03610282b
Octal15114416512170664021053
Binary1101001110010011101011010111101101101000000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696475; }

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

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

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

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

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

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

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

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