#6E697F

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

Shades of Dolphin #6E697F

Tints of Dolphin #6E697F

Color information

#6E697F (or 0x6E697F) is unknown color: approx Dolphin. HEX triplet: 6E, 69 and 7F. RGB value is (110,105,127). Sum of RGB (Red+Green+Blue) = 110+105+127=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E697F is #919680. Grayscale: #6C6C6C. Windows color (decimal): -9541249 or 8350062. OLE color: 8350062.

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

Color convert

RGB110105127-
CMYK0.130.1700.50
HSL253.64º9.48%45.49%-
HSV(B)253.64º17.32%49.8%-
XYZ15.3114.9522.16-
YUV109138.16128.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 127 (50% from 255) = 37.13%
R=32.16%
G=30.70%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1101051270.130.1700.50253.649.4845.49
Hex6E697FD11032fe92d
Octal15615117715210623761155
Binary1101110110100111111111101100010110010111111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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