Html Css Color HEX #6D6A79 Dolphin

📋 copy color: '#6D6A79'

red 109 ◦ green 106 ◦ blue 121

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

Shades of Dolphin #6D6A79

Tints of Dolphin #6D6A79

RGB

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

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

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

R = 32.44%
G = 31.55%
B = 36.01%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D6A79 (or 0x6D6A79) is known color: Dolphin. HEX triplet: 6D, 6A and 79. RGB value is (109,106,121). Sum of RGB (Red+Green+Blue) = 109+106+121=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D6A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A79 is #929586. Grayscale: #6C6C6C. Windows color (decimal): -9606535 or 7957101. OLE color: 7957101.

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

Color convert

RGB 109 106 121 -
CMYK 0.10 0.12 0 0.53
HSL 252º 0.07% 0.45% -
HSV(B) 252º 0.12% 0.47% -
XYZ 14.91 14.94 20.19 -
YUV 108.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 109 106 121 0.10 0.12 0 0.53 252 0.07 0.45
Hex 6D 6A 79 A C 0 35 FC 7 2D
Octal 155 152 171 12 14 0 65 374 7 55
Binary 1101101 1101010 1111001 1010 1100 0 110101 11111100 111 101101

Color Harmonies of #6D6A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A79

Black with #6D6A79

Text Example


Text Example

White with #6D6A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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