Html Css Color HEX #686176 Dolphin

📋 copy color: '#686176'

red 104 ◦ green 97 ◦ blue 118

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

Shades of Dolphin #686176

Tints of Dolphin #686176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 32.6%
G = 30.41%
B = 36.99%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686176 (or 0x686176) is known color: Dolphin. HEX triplet: 68, 61 and 76. RGB value is (104,97,118). Sum of RGB (Red+Green+Blue) = 104+97+118=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #686176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686176 is #979E89. Grayscale: #656565. Windows color (decimal): -9936522 or 7758184. OLE color: 7758184.

HSL color Cylindrical-coordinate representation of color #686176: hue angle of 260º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686176 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 97 118 -
CMYK 0.12 0.18 0 0.54
HSL 260º 0.1% 0.42% -
HSV(B) 260º 0.18% 0.46% -
XYZ 13.25 12.8 18.91 -
YUV 101.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 104 97 118 0.12 0.18 0 0.54 260 0.1 0.42
Hex 68 61 76 C 12 0 36 104 A 2A
Octal 150 141 166 14 22 0 66 404 12 52
Binary 1101000 1100001 1110110 1100 10010 0 110110 100000100 1010 101010

Color Harmonies of #686176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686176

Black with #686176

Text Example


Text Example

White with #686176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686176; }

 p { color: rgb(104,97,118); }

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

background-color css

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

 a { background-color: rgb(104,97,118); }

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

border-color css

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

 span { border-color: rgb(104,97,118); }

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