#6E677A

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

Shades of Dolphin #6E677A

Tints of Dolphin #6E677A

Color information

#6E677A (or 0x6E677A) is unknown color: approx Dolphin. HEX triplet: 6E, 67 and 7A. RGB value is (110,103,122). Sum of RGB (Red+Green+Blue) = 110+103+122=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E677A is #919885. Grayscale: #6B6B6B. Windows color (decimal): -9541766 or 8021870. OLE color: 8021870.

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

Color convert

RGB110103122-
CMYK0.100.1600.52
HSL262.11º8.44%44.12%-
HSV(B)262.11º15.57%47.84%-
XYZ14.7914.4220.42-
YUV107.26136.32129.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=32.84%
G=30.75%
B=36.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101031220.100.1600.52262.118.4444.12
Hex6E677AA1003410682c
Octal15614717212200644061054
Binary11011101100111111101010101000001101001000001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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