Html Css Color HEX #6D6977 Dolphin

📋 copy color: '#6D6977'

red 109 ◦ green 105 ◦ blue 119

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

Shades of Dolphin #6D6977

Tints of Dolphin #6D6977

RGB

 RED value IS 109 (42.97% from 255) = 32.73%

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

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

R = 32.73%
G = 31.53%
B = 35.74%

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

#6D6977 (or 0x6D6977) is known color: Dolphin. HEX triplet: 6D, 69 and 77. RGB value is (109,105,119). Sum of RGB (Red+Green+Blue) = 109+105+119=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6977 is #929688. Grayscale: #6B6B6B. Windows color (decimal): -9606793 or 7825773. OLE color: 7825773.

HSL color Cylindrical-coordinate representation of color #6D6977: hue angle of 257.14º 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 #6D6977 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 105 119 -
CMYK 0.08 0.12 0 0.53
HSL 257.14º 0.06% 0.44% -
HSV(B) 257.14º 0.12% 0.47% -
XYZ 14.69 14.69 19.51 -
YUV 107.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 109 105 119 0.08 0.12 0 0.53 257.14 0.06 0.44
Hex 6D 69 77 8 C 0 35 101 6 2C
Octal 155 151 167 10 14 0 65 401 6 54
Binary 1101101 1101001 1110111 1000 1100 0 110101 100000001 110 101100

Color Harmonies of #6D6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6977

Black with #6D6977

Text Example


Text Example

White with #6D6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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