Html Css Color HEX #6D6C76 Dolphin

📋 copy color: '#6D6C76'

red 109 ◦ green 108 ◦ blue 118

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

Shades of Dolphin #6D6C76

Tints of Dolphin #6D6C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 32.54%
G = 32.24%
B = 35.22%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D6C76 (or 0x6D6C76) is known color: Dolphin. HEX triplet: 6D, 6C and 76. RGB value is (109,108,118). Sum of RGB (Red+Green+Blue) = 109+108+118=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D6C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C76 is #929389. Grayscale: #6D6D6D. Windows color (decimal): -9606026 or 7761005. OLE color: 7761005.

HSL color Cylindrical-coordinate representation of color #6D6C76: hue angle of 246º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D6C76 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 108 118 -
CMYK 0.08 0.08 0 0.54
HSL 246º 0.04% 0.44% -
HSV(B) 246º 0.08% 0.46% -
XYZ 14.94 15.28 19.3 -
YUV 109.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 109 108 118 0.08 0.08 0 0.54 246 0.04 0.44
Hex 6D 6C 76 8 8 0 36 F6 4 2C
Octal 155 154 166 10 10 0 66 366 4 54
Binary 1101101 1101100 1110110 1000 1000 0 110110 11110110 100 101100

Color Harmonies of #6D6C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C76

Black with #6D6C76

Text Example


Text Example

White with #6D6C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,118); }

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

background-color css

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

 a { background-color: rgb(109,108,118); }

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

border-color css

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

 span { border-color: rgb(109,108,118); }

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