Html Css Color HEX #6D6876 Dolphin

📋 copy color: '#6D6876'

red 109 ◦ green 104 ◦ blue 118

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

Shades of Dolphin #6D6876

Tints of Dolphin #6D6876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.42%

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

R = 32.93%
G = 31.42%
B = 35.65%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D6876 (or 0x6D6876) is known color: Dolphin. HEX triplet: 6D, 68 and 76. RGB value is (109,104,118). Sum of RGB (Red+Green+Blue) = 109+104+118=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6876 is #929789. Grayscale: #6B6B6B. Windows color (decimal): -9607050 or 7759981. OLE color: 7759981.

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

Color convert

RGB 109 104 118 -
CMYK 0.08 0.12 0 0.54
HSL 261.43º 0.06% 0.44% -
HSV(B) 261.43º 0.12% 0.46% -
XYZ 14.53 14.46 19.16 -
YUV 107.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 109 104 118 0.08 0.12 0 0.54 261.43 0.06 0.44
Hex 6D 68 76 8 C 0 36 105 6 2C
Octal 155 150 166 10 14 0 66 405 6 54
Binary 1101101 1101000 1110110 1000 1100 0 110110 100000101 110 101100

Color Harmonies of #6D6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6876

Black with #6D6876

Text Example


Text Example

White with #6D6876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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