Html Css Color HEX #6D6679 Dolphin

📋 copy color: '#6D6679'

red 109 ◦ green 102 ◦ blue 121

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

Shades of Dolphin #6D6679

Tints of Dolphin #6D6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

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

R = 32.83%
G = 30.72%
B = 36.45%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D6679 (or 0x6D6679) is known color: Dolphin. HEX triplet: 6D, 66 and 79. RGB value is (109,102,121). Sum of RGB (Red+Green+Blue) = 109+102+121=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D6679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6679 is #929986. Grayscale: #6A6A6A. Windows color (decimal): -9607559 or 7956077. OLE color: 7956077.

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

Color convert

RGB 109 102 121 -
CMYK 0.10 0.16 0 0.53
HSL 262.11º 0.09% 0.44% -
HSV(B) 262.11º 0.16% 0.47% -
XYZ 14.51 14.13 20.05 -
YUV 106.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 109 102 121 0.10 0.16 0 0.53 262.11 0.09 0.44
Hex 6D 66 79 A 10 0 35 106 9 2C
Octal 155 146 171 12 20 0 65 406 11 54
Binary 1101101 1100110 1111001 1010 10000 0 110101 100000110 1001 101100

Color Harmonies of #6D6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6679

Black with #6D6679

Text Example


Text Example

White with #6D6679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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