Html Css Color HEX #686571 Dolphin

📋 copy color: '#686571'

red 104 ◦ green 101 ◦ blue 113

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

Shades of Dolphin #686571

Tints of Dolphin #686571

RGB

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

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

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

R = 32.7%
G = 31.76%
B = 35.53%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686571 (or 0x686571) is known color: Dolphin. HEX triplet: 68, 65 and 71. RGB value is (104,101,113). Sum of RGB (Red+Green+Blue) = 104+101+113=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #686571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686571 is #979A8E. Grayscale: #676767. Windows color (decimal): -9935503 or 7431528. OLE color: 7431528.

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

Color convert

RGB 104 101 113 -
CMYK 0.08 0.11 0 0.56
HSL 255º 0.06% 0.42% -
HSV(B) 255º 0.11% 0.44% -
XYZ 13.34 13.44 17.51 -
YUV 103.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 104 101 113 0.08 0.11 0 0.56 255 0.06 0.42
Hex 68 65 71 8 B 0 38 FF 6 2A
Octal 150 145 161 10 13 0 70 377 6 52
Binary 1101000 1100101 1110001 1000 1011 0 111000 11111111 110 101010

Color Harmonies of #686571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686571

Black with #686571

Text Example


Text Example

White with #686571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686571; }

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

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

background-color css

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

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

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

border-color css

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

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

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