#696673

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

Shades of Dolphin #696673

Tints of Dolphin #696673

Color information

#696673 (or 0x696673) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 73. RGB value is (105,102,115). Sum of RGB (Red+Green+Blue) = 105+102+115=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #696673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696673 is #96998C. Grayscale: #686868. Windows color (decimal): -9869709 or 7562857. OLE color: 7562857.

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

Color convert

RGB105102115-
CMYK0.090.1100.55
HSL253.85º5.99%42.55%-
HSV(B)253.85º11.3%45.1%-
XYZ13.6713.7418.15-
YUV104.38133.99128.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=32.61%
G=31.68%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051021150.090.1100.55253.855.9942.55
Hex6966739B037fe62b
Octal1511461631113067376653
Binary11010011100110111001110011011011011111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696673; }

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

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

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

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

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

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

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

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