Html Css Color HEX #6D697D Dolphin

📋 copy color: '#6D697D'

red 109 ◦ green 105 ◦ blue 125

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

Shades of Dolphin #6D697D

Tints of Dolphin #6D697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 32.15%
G = 30.97%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D697D (or 0x6D697D) is known color: Dolphin. HEX triplet: 6D, 69 and 7D. RGB value is (109,105,125). Sum of RGB (Red+Green+Blue) = 109+105+125=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D697D is #929682. Grayscale: #6C6C6C. Windows color (decimal): -9606787 or 8218989. OLE color: 8218989.

HSL color Cylindrical-coordinate representation of color #6D697D: hue angle of 252º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D697D is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 105 125 -
CMYK 0.13 0.16 0 0.51
HSL 252º 0.09% 0.45% -
HSV(B) 252º 0.16% 0.49% -
XYZ 15.06 14.84 21.47 -
YUV 108.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 109 105 125 0.13 0.16 0 0.51 252 0.09 0.45
Hex 6D 69 7D D 10 0 33 FC 9 2D
Octal 155 151 175 15 20 0 63 374 11 55
Binary 1101101 1101001 1111101 1101 10000 0 110011 11111100 1001 101101

Color Harmonies of #6D697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D697D

Black with #6D697D

Text Example


Text Example

White with #6D697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,125); }

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

background-color css

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

 a { background-color: rgb(109,105,125); }

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

border-color css

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

 span { border-color: rgb(109,105,125); }

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