#6E697A

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

Shades of Dolphin #6E697A

Tints of Dolphin #6E697A

Color information

#6E697A (or 0x6E697A) is unknown color: approx Dolphin. HEX triplet: 6E, 69 and 7A. RGB value is (110,105,122). Sum of RGB (Red+Green+Blue) = 110+105+122=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E697A is #919685. Grayscale: #6C6C6C. Windows color (decimal): -9541254 or 8022382. OLE color: 8022382.

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

Color convert

RGB110105122-
CMYK0.100.1400.52
HSL257.65º7.49%44.51%-
HSV(B)257.65º13.93%47.84%-
XYZ14.9914.8220.48-
YUV108.43135.66129.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=32.64%
G=31.16%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101051220.100.1400.52257.657.4944.51
Hex6E697AAE03410272d
Octal1561511721216064402755
Binary110111011010011111010101011100110100100000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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