#696375

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

Shades of Dolphin #696375

Tints of Dolphin #696375

Color information

#696375 (or 0x696375) is unknown color: approx Dolphin. HEX triplet: 69, 63 and 75. RGB value is (105,99,117). Sum of RGB (Red+Green+Blue) = 105+99+117=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #696375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696375 is #969C8A. Grayscale: #666666. Windows color (decimal): -9870475 or 7693161. OLE color: 7693161.

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

Color convert

RGB10599117-
CMYK0.100.1500.54
HSL260º8.33%42.35%-
HSV(B)260º15.38%45.88%-
XYZ13.513.2118.67-
YUV102.85135.99129.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=32.71%
G=30.84%
B=36.45%

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
Decimal105991170.100.1500.542608.3342.35
Hex696375AF03610482a
Octal15114316512170664041052
Binary1101001110001111101011010111101101101000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696375; }

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

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

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

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

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

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

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

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