Html Css Color HEX #686679 Dolphin

📋 copy color: '#686679'

red 104 ◦ green 102 ◦ blue 121

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

Shades of Dolphin #686679

Tints of Dolphin #686679

RGB

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

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

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

R = 31.8%
G = 31.19%
B = 37%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686679 (or 0x686679) is known color: Dolphin. HEX triplet: 68, 66 and 79. RGB value is (104,102,121). Sum of RGB (Red+Green+Blue) = 104+102+121=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #686679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686679 is #979986. Grayscale: #686868. Windows color (decimal): -9935239 or 7956072. OLE color: 7956072.

HSL color Cylindrical-coordinate representation of color #686679: hue angle of 246.32º 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 #686679 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 102 121 -
CMYK 0.14 0.16 0 0.53
HSL 246.32º 0.09% 0.44% -
HSV(B) 246.32º 0.16% 0.47% -
XYZ 13.91 13.83 20.02 -
YUV 104.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 104 102 121 0.14 0.16 0 0.53 246.32 0.09 0.44
Hex 68 66 79 E 10 0 35 F6 9 2C
Octal 150 146 171 16 20 0 65 366 11 54
Binary 1101000 1100110 1111001 1110 10000 0 110101 11110110 1001 101100

Color Harmonies of #686679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686679

Black with #686679

Text Example


Text Example

White with #686679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686679; }

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

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

background-color css

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

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

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

border-color css

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

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

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