#6E687F

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

Shades of Dolphin #6E687F

Tints of Dolphin #6E687F

Color information

#6E687F (or 0x6E687F) is unknown color: approx Dolphin. HEX triplet: 6E, 68 and 7F. RGB value is (110,104,127). Sum of RGB (Red+Green+Blue) = 110+104+127=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E687F is #919780. Grayscale: #6C6C6C. Windows color (decimal): -9541505 or 8349806. OLE color: 8349806.

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

Color convert

RGB110104127-
CMYK0.130.1800.50
HSL255.65º9.96%45.29%-
HSV(B)255.65º18.11%49.8%-
XYZ15.2114.7522.12-
YUV108.42138.49129.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.26%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 127 (50% from 255) = 37.24%
R=32.26%
G=30.50%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1101041270.130.1800.50255.659.9645.29
Hex6E687FD12032100a2d
Octal15615017715220624001255
Binary11011101101000111111111011001001100101000000001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E687F; }

 p { color: rgb(110,104,127); }

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

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

 a { background-color: rgb(110,104,127); }

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

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

 span { border-color: rgb(110,104,127); }

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