#676671

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

Shades of Dolphin #676671

Tints of Dolphin #676671

Color information

#676671 (or 0x676671) is unknown color: approx Dolphin. HEX triplet: 67, 66 and 71. RGB value is (103,102,113). Sum of RGB (Red+Green+Blue) = 103+102+113=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #676671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676671 is #98998E. Grayscale: #676767. Windows color (decimal): -10000783 or 7431783. OLE color: 7431783.

HSL color Cylindrical-coordinate representation of color #676671: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676671 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB103102113-
CMYK0.090.1000.56
HSL245.45º5.12%42.16%-
HSV(B)245.45º9.73%44.31%-
XYZ13.3313.5817.54-
YUV103.55133.33127.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=32.39%
G=32.08%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031021130.090.1000.56245.455.1242.16
Hex6766719A038f552a
Octal1471461611112070365552
Binary11001111100110111000110011010011100011110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676671; }

 p { color: rgb(103,102,113); }

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

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

 a { background-color: rgb(103,102,113); }

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

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

 span { border-color: rgb(103,102,113); }

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