#6E6B77

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

Shades of Dolphin #6E6B77

Tints of Dolphin #6E6B77

Color information

#6E6B77 (or 0x6E6B77) is unknown color: approx Dolphin. HEX triplet: 6E, 6B and 77. RGB value is (110,107,119). Sum of RGB (Red+Green+Blue) = 110+107+119=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E6B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B77 is #919488. Grayscale: #6D6D6D. Windows color (decimal): -9540745 or 7826286. OLE color: 7826286.

HSL color Cylindrical-coordinate representation of color #6E6B77: hue angle of 255º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E6B77 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB110107119-
CMYK0.080.1000.53
HSL255º5.31%44.31%-
HSV(B)255º10.08%46.67%-
XYZ15.0215.1619.59-
YUV109.26133.49128.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=32.74%
G=31.85%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1101071190.080.1000.532555.3144.31
Hex6E6B778A035ff52c
Octal1561531671012065377554
Binary11011101101011111011110001010011010111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,107,119); }

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

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

 a { background-color: rgb(110,107,119); }

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

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

 span { border-color: rgb(110,107,119); }

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