#676275

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

Shades of Dolphin #676275

Tints of Dolphin #676275

Color information

#676275 (or 0x676275) is unknown color: approx Dolphin. HEX triplet: 67, 62 and 75. RGB value is (103,98,117). Sum of RGB (Red+Green+Blue) = 103+98+117=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #676275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676275 is #989D8A. Grayscale: #656565. Windows color (decimal): -10001803 or 7692903. OLE color: 7692903.

HSL color Cylindrical-coordinate representation of color #676275: hue angle of 255.79º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676275 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10398117-
CMYK0.120.1600.54
HSL255.79º8.84%42.16%-
HSV(B)255.79º16.24%45.88%-
XYZ13.1712.918.63-
YUV101.66136.66128.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=32.39%
G=30.82%
B=36.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103981170.120.1600.54255.798.8442.16
Hex676275C1003610092a
Octal14714216514200664001152
Binary11001111100010111010111001000001101101000000001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676275; }

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

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

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

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

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

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

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

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