Html Css Color HEX #686579 Dolphin

📋 copy color: '#686579'

red 104 ◦ green 101 ◦ blue 121

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

Shades of Dolphin #686579

Tints of Dolphin #686579

RGB

 RED value IS 104 (41.02% from 255) = 31.9%

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 31.9%
G = 30.98%
B = 37.12%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686579 (or 0x686579) is known color: Dolphin. HEX triplet: 68, 65 and 79. RGB value is (104,101,121). Sum of RGB (Red+Green+Blue) = 104+101+121=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #686579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686579 is #979A86. Grayscale: #686868. Windows color (decimal): -9935495 or 7955816. OLE color: 7955816.

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

Color convert

RGB 104 101 121 -
CMYK 0.14 0.17 0 0.53
HSL 249º 0.09% 0.44% -
HSV(B) 249º 0.17% 0.47% -
XYZ 13.81 13.63 19.99 -
YUV 104.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 104 101 121 0.14 0.17 0 0.53 249 0.09 0.44
Hex 68 65 79 E 11 0 35 F9 9 2C
Octal 150 145 171 16 21 0 65 371 11 54
Binary 1101000 1100101 1111001 1110 10001 0 110101 11111001 1001 101100

Color Harmonies of #686579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686579

Black with #686579

Text Example


Text Example

White with #686579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686579; }

 p { color: rgb(104,101,121); }

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

background-color css

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

 a { background-color: rgb(104,101,121); }

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

border-color css

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

 span { border-color: rgb(104,101,121); }

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