#676380

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

Shades of Dolphin #676380

Tints of Dolphin #676380

Color information

#676380 (or 0x676380) is unknown color: approx Dolphin. HEX triplet: 67, 63 and 80. RGB value is (103,99,128). Sum of RGB (Red+Green+Blue) = 103+99+128=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #676380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676380 is #989C7F. Grayscale: #676767. Windows color (decimal): -10001536 or 8414055. OLE color: 8414055.

HSL color Cylindrical-coordinate representation of color #676380: hue angle of 248.28º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #676380 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10399128-
CMYK0.200.2300.50
HSL248.28º12.78%44.51%-
HSV(B)248.28º22.66%50.2%-
XYZ13.9513.3722.27-
YUV103.5141.83127.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=31.21%
G=30%
B=38.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103991280.200.2300.50248.2812.7844.51
Hex6763801417032f8d2d
Octal14714320024270623701555
Binary110011111000111000000010100101110110010111110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676380; }

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

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

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

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

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

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

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

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