#696672

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

Shades of Dolphin #696672

Tints of Dolphin #696672

Color information

#696672 (or 0x696672) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 72. RGB value is (105,102,114). Sum of RGB (Red+Green+Blue) = 105+102+114=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #696672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696672 is #96998D. Grayscale: #686868. Windows color (decimal): -9869710 or 7497321. OLE color: 7497321.

HSL color Cylindrical-coordinate representation of color #696672: hue angle of 255º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696672 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB105102114-
CMYK0.080.1100.55
HSL255º5.56%42.35%-
HSV(B)255º10.53%44.71%-
XYZ13.6113.7217.85-
YUV104.26133.49128.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=32.71%
G=31.78%
B=35.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051021140.080.1100.552555.5642.35
Hex6966728B037ff62a
Octal1511461621013067377652
Binary11010011100110111001010001011011011111111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696672; }

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

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

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

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

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

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

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

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