#6E687A

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

Shades of Dolphin #6E687A

Tints of Dolphin #6E687A

Color information

#6E687A (or 0x6E687A) is unknown color: approx Dolphin. HEX triplet: 6E, 68 and 7A. RGB value is (110,104,122). Sum of RGB (Red+Green+Blue) = 110+104+122=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E687A is #919785. Grayscale: #6B6B6B. Windows color (decimal): -9541510 or 8022126. OLE color: 8022126.

HSL color Cylindrical-coordinate representation of color #6E687A: hue angle of 260º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E687A is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB110104122-
CMYK0.100.1500.52
HSL260º7.96%44.31%-
HSV(B)260º14.75%47.84%-
XYZ14.8914.6220.45-
YUV107.85135.99129.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=32.74%
G=30.95%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101041220.100.1500.522607.9644.31
Hex6E687AAF03410482c
Octal15615017212170644041054
Binary1101110110100011110101010111101101001000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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