#686275

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

Shades of Dolphin #686275

Tints of Dolphin #686275

Color information

#686275 (or 0x686275) is unknown color: approx Dolphin. HEX triplet: 68, 62 and 75. RGB value is (104,98,117). Sum of RGB (Red+Green+Blue) = 104+98+117=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #686275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686275 is #979D8A. Grayscale: #656565. Windows color (decimal): -9936267 or 7692904. OLE color: 7692904.

HSL color Cylindrical-coordinate representation of color #686275: hue angle of 258.95º 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 #686275 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10498117-
CMYK0.110.1600.54
HSL258.95º8.84%42.16%-
HSV(B)258.95º16.24%45.88%-
XYZ13.2912.9618.63-
YUV101.96136.49129.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=32.60%
G=30.72%
B=36.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104981170.110.1600.54258.958.8442.16
Hex686275B1003610392a
Octal15014216513200664031152
Binary11010001100010111010110111000001101101000000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686275; }

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

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

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

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

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

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

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

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