Html Css Color HEX #6D6B76 Dolphin

📋 copy color: '#6D6B76'

red 109 ◦ green 107 ◦ blue 118

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

Shades of Dolphin #6D6B76

Tints of Dolphin #6D6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

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

R = 32.63%
G = 32.04%
B = 35.33%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D6B76 (or 0x6D6B76) is known color: Dolphin. HEX triplet: 6D, 6B and 76. RGB value is (109,107,118). Sum of RGB (Red+Green+Blue) = 109+107+118=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D6B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B76 is #929489. Grayscale: #6C6C6C. Windows color (decimal): -9606282 or 7760749. OLE color: 7760749.

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

Color convert

RGB 109 107 118 -
CMYK 0.08 0.09 0 0.54
HSL 250.91º 0.05% 0.44% -
HSV(B) 250.91º 0.09% 0.46% -
XYZ 14.83 15.07 19.27 -
YUV 108.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 109 107 118 0.08 0.09 0 0.54 250.91 0.05 0.44
Hex 6D 6B 76 8 9 0 36 FB 5 2C
Octal 155 153 166 10 11 0 66 373 5 54
Binary 1101101 1101011 1110110 1000 1001 0 110110 11111011 101 101100

Color Harmonies of #6D6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6B76

Black with #6D6B76

Text Example


Text Example

White with #6D6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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