Html Css Color HEX #6D6979 Dolphin

📋 copy color: '#6D6979'

red 109 ◦ green 105 ◦ blue 121

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

Shades of Dolphin #6D6979

Tints of Dolphin #6D6979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 32.54%
G = 31.34%
B = 36.12%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D6979 (or 0x6D6979) is known color: Dolphin. HEX triplet: 6D, 69 and 79. RGB value is (109,105,121). Sum of RGB (Red+Green+Blue) = 109+105+121=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D6979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6979 is #929686. Grayscale: #6B6B6B. Windows color (decimal): -9606791 or 7956845. OLE color: 7956845.

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

Color convert

RGB 109 105 121 -
CMYK 0.10 0.13 0 0.53
HSL 255º 0.07% 0.44% -
HSV(B) 255º 0.13% 0.47% -
XYZ 14.81 14.73 20.15 -
YUV 108.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 109 105 121 0.10 0.13 0 0.53 255 0.07 0.44
Hex 6D 69 79 A D 0 35 FF 7 2C
Octal 155 151 171 12 15 0 65 377 7 54
Binary 1101101 1101001 1111001 1010 1101 0 110101 11111111 111 101100

Color Harmonies of #6D6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6979

Black with #6D6979

Text Example


Text Example

White with #6D6979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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