Html Css Color HEX #6D6A73 Dolphin

📋 copy color: '#6D6A73'

red 109 ◦ green 106 ◦ blue 115

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

Shades of Dolphin #6D6A73

Tints of Dolphin #6D6A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 33.03%
G = 32.12%
B = 34.85%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6A73 (or 0x6D6A73) is known color: Dolphin. HEX triplet: 6D, 6A and 73. RGB value is (109,106,115). Sum of RGB (Red+Green+Blue) = 109+106+115=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D6A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A73 is #92958C. Grayscale: #6B6B6B. Windows color (decimal): -9606541 or 7563885. OLE color: 7563885.

HSL color Cylindrical-coordinate representation of color #6D6A73: hue angle of 260º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D6A73 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 106 115 -
CMYK 0.05 0.08 0 0.55
HSL 260º 0.04% 0.43% -
HSV(B) 260º 0.08% 0.45% -
XYZ 14.56 14.8 18.31 -
YUV 107.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 109 106 115 0.05 0.08 0 0.55 260 0.04 0.43
Hex 6D 6A 73 5 8 0 37 104 4 2B
Octal 155 152 163 5 10 0 67 404 4 53
Binary 1101101 1101010 1110011 101 1000 0 110111 100000100 100 101011

Color Harmonies of #6D6A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A73

Black with #6D6A73

Text Example


Text Example

White with #6D6A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,115); }

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

background-color css

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

 a { background-color: rgb(109,106,115); }

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

border-color css

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

 span { border-color: rgb(109,106,115); }

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