#676379

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

Shades of Dolphin #676379

Tints of Dolphin #676379

Color information

#676379 (or 0x676379) is unknown color: approx Dolphin. HEX triplet: 67, 63 and 79. RGB value is (103,99,121). Sum of RGB (Red+Green+Blue) = 103+99+121=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #676379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676379 is #989C86. Grayscale: #666666. Windows color (decimal): -10001543 or 7955303. OLE color: 7955303.

HSL color Cylindrical-coordinate representation of color #676379: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #676379 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10399121-
CMYK0.150.1800.53
HSL250.91º10%43.14%-
HSV(B)250.91º18.18%47.45%-
XYZ13.5113.1919.92-
YUV102.7138.33128.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=31.89%
G=30.65%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103991210.150.1800.53250.911043.14
Hex676379F12035fba2b
Octal14714317117220653731253
Binary1100111110001111110011111100100110101111110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676379; }

 p { color: rgb(103,99,121); }

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

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

 a { background-color: rgb(103,99,121); }

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

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

 span { border-color: rgb(103,99,121); }

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