Html Css Color HEX #686576 Dolphin

📋 copy color: '#686576'

red 104 ◦ green 101 ◦ blue 118

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

Shades of Dolphin #686576

Tints of Dolphin #686576

RGB

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

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

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

R = 32.2%
G = 31.27%
B = 36.53%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686576 (or 0x686576) is known color: Dolphin. HEX triplet: 68, 65 and 76. RGB value is (104,101,118). Sum of RGB (Red+Green+Blue) = 104+101+118=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #686576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686576 is #979A89. Grayscale: #676767. Windows color (decimal): -9935498 or 7759208. OLE color: 7759208.

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

Color convert

RGB 104 101 118 -
CMYK 0.12 0.14 0 0.54
HSL 250.59º 0.08% 0.43% -
HSV(B) 250.59º 0.14% 0.46% -
XYZ 13.63 13.56 19.04 -
YUV 103.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 104 101 118 0.12 0.14 0 0.54 250.59 0.08 0.43
Hex 68 65 76 C E 0 36 FB 8 2B
Octal 150 145 166 14 16 0 66 373 10 53
Binary 1101000 1100101 1110110 1100 1110 0 110110 11111011 1000 101011

Color Harmonies of #686576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686576

Black with #686576

Text Example


Text Example

White with #686576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686576; }

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

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

background-color css

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

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

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

border-color css

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

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

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