Html Css Color HEX #686577 Dolphin

📋 copy color: '#686577'

red 104 ◦ green 101 ◦ blue 119

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

Shades of Dolphin #686577

Tints of Dolphin #686577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 32.1%
G = 31.17%
B = 36.73%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686577 (or 0x686577) is known color: Dolphin. HEX triplet: 68, 65 and 77. RGB value is (104,101,119). Sum of RGB (Red+Green+Blue) = 104+101+119=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #686577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686577 is #979A88. Grayscale: #676767. Windows color (decimal): -9935497 or 7824744. OLE color: 7824744.

HSL color Cylindrical-coordinate representation of color #686577: hue angle of 250º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686577 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 101 119 -
CMYK 0.13 0.15 0 0.53
HSL 250º 0.08% 0.43% -
HSV(B) 250º 0.15% 0.47% -
XYZ 13.69 13.58 19.35 -
YUV 103.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 104 101 119 0.13 0.15 0 0.53 250 0.08 0.43
Hex 68 65 77 D F 0 35 FA 8 2B
Octal 150 145 167 15 17 0 65 372 10 53
Binary 1101000 1100101 1110111 1101 1111 0 110101 11111010 1000 101011

Color Harmonies of #686577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686577

Black with #686577

Text Example


Text Example

White with #686577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686577; }

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

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

background-color css

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

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

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

border-color css

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

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

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