Html Css Color HEX #686471 Dolphin

📋 copy color: '#686471'

red 104 ◦ green 100 ◦ blue 113

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

Shades of Dolphin #686471

Tints of Dolphin #686471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 32.81%
G = 31.55%
B = 35.65%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686471 (or 0x686471) is known color: Dolphin. HEX triplet: 68, 64 and 71. RGB value is (104,100,113). Sum of RGB (Red+Green+Blue) = 104+100+113=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #686471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686471 is #979B8E. Grayscale: #666666. Windows color (decimal): -9935759 or 7431272. OLE color: 7431272.

HSL color Cylindrical-coordinate representation of color #686471: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686471 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 100 113 -
CMYK 0.08 0.12 0 0.56
HSL 258.46º 0.06% 0.42% -
HSV(B) 258.46º 0.12% 0.44% -
XYZ 13.25 13.25 17.48 -
YUV 102.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 104 100 113 0.08 0.12 0 0.56 258.46 0.06 0.42
Hex 68 64 71 8 C 0 38 102 6 2A
Octal 150 144 161 10 14 0 70 402 6 52
Binary 1101000 1100100 1110001 1000 1100 0 111000 100000010 110 101010

Color Harmonies of #686471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686471

Black with #686471

Text Example


Text Example

White with #686471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686471; }

 p { color: rgb(104,100,113); }

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

background-color css

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

 a { background-color: rgb(104,100,113); }

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

border-color css

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

 span { border-color: rgb(104,100,113); }

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