#696773

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

Shades of Dolphin #696773

Tints of Dolphin #696773

Color information

#696773 (or 0x696773) is unknown color: approx Dolphin. HEX triplet: 69, 67 and 73. RGB value is (105,103,115). Sum of RGB (Red+Green+Blue) = 105+103+115=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #696773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696773 is #96988C. Grayscale: #686868. Windows color (decimal): -9869453 or 7563113. OLE color: 7563113.

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

Color convert

RGB105103115-
CMYK0.090.1000.55
HSL250º5.5%42.75%-
HSV(B)250º10.43%45.1%-
XYZ13.7713.9418.18-
YUV104.97133.66128.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=32.51%
G=31.89%
B=35.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051031150.090.1000.552505.542.75
Hex6967739A037fa62b
Octal1511471631112067372653
Binary11010011100111111001110011010011011111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696773; }

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

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

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

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

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

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

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

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