#676278

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

Shades of Dolphin #676278

Tints of Dolphin #676278

Color information

#676278 (or 0x676278) is unknown color: approx Dolphin. HEX triplet: 67, 62 and 78. RGB value is (103,98,120). Sum of RGB (Red+Green+Blue) = 103+98+120=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #676278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676278 is #989D87. Grayscale: #656565. Windows color (decimal): -10001800 or 7889511. OLE color: 7889511.

HSL color Cylindrical-coordinate representation of color #676278: hue angle of 253.64º 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 #676278 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10398120-
CMYK0.140.1800.53
HSL253.64º10.09%42.75%-
HSV(B)253.64º18.33%47.06%-
XYZ13.3512.9719.57-
YUV102138.16128.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=32.09%
G=30.53%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103981200.140.1800.53253.6410.0942.75
Hex676278E12035fea2b
Octal14714217016220653761253
Binary1100111110001011110001110100100110101111111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676278; }

 p { color: rgb(103,98,120); }

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

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

 a { background-color: rgb(103,98,120); }

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

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

 span { border-color: rgb(103,98,120); }

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