Html Css Color HEX #6D6779 Dolphin

📋 copy color: '#6D6779'

red 109 ◦ green 103 ◦ blue 121

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

Shades of Dolphin #6D6779

Tints of Dolphin #6D6779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 32.73%
G = 30.93%
B = 36.34%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D6779 (or 0x6D6779) is known color: Dolphin. HEX triplet: 6D, 67 and 79. RGB value is (109,103,121). Sum of RGB (Red+Green+Blue) = 109+103+121=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D6779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6779 is #929886. Grayscale: #6A6A6A. Windows color (decimal): -9607303 or 7956333. OLE color: 7956333.

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

Color convert

RGB 109 103 121 -
CMYK 0.10 0.15 0 0.53
HSL 260º 0.08% 0.44% -
HSV(B) 260º 0.15% 0.47% -
XYZ 14.61 14.33 20.09 -
YUV 106.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 109 103 121 0.10 0.15 0 0.53 260 0.08 0.44
Hex 6D 67 79 A F 0 35 104 8 2C
Octal 155 147 171 12 17 0 65 404 10 54
Binary 1101101 1100111 1111001 1010 1111 0 110101 100000100 1000 101100

Color Harmonies of #6D6779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6779

Black with #6D6779

Text Example


Text Example

White with #6D6779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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