Html Css Color HEX #6E6977 Dolphin

📋 copy color: '#6E6977'

red 110 ◦ green 105 ◦ blue 119

#6E6977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #6E6977

Tints of Dolphin #6E6977

RGB

 RED value IS 110 (43.36% from 255) = 32.93%

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 32.93%
G = 31.44%
B = 35.63%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E6977 (or 0x6E6977) is known color: Dolphin. HEX triplet: 6E, 69 and 77. RGB value is (110,105,119). Sum of RGB (Red+Green+Blue) = 110+105+119=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6977 is #919688. Grayscale: #6C6C6C. Windows color (decimal): -9541257 or 7825774. OLE color: 7825774.

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

Color convert

RGB 110 105 119 -
CMYK 0.08 0.12 0 0.53
HSL 261.43º 0.06% 0.44% -
HSV(B) 261.43º 0.12% 0.47% -
XYZ 14.81 14.75 19.52 -
YUV 108.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 110 105 119 0.08 0.12 0 0.53 261.43 0.06 0.44
Hex 6E 69 77 8 C 0 35 105 6 2C
Octal 156 151 167 10 14 0 65 405 6 54
Binary 1101110 1101001 1110111 1000 1100 0 110101 100000101 110 101100

Color Harmonies of #6E6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6977

Black with #6E6977

Text Example


Text Example

White with #6E6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E6977;
 }
 .AnyTagClassName
 {
   color: #6E6977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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