Html Css Color HEX #686177 Dolphin

📋 copy color: '#686177'

red 104 ◦ green 97 ◦ blue 119

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

Shades of Dolphin #686177

Tints of Dolphin #686177

RGB

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

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

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

R = 32.5%
G = 30.31%
B = 37.19%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686177 (or 0x686177) is known color: Dolphin. HEX triplet: 68, 61 and 77. RGB value is (104,97,119). Sum of RGB (Red+Green+Blue) = 104+97+119=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #686177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686177 is #979E88. Grayscale: #656565. Windows color (decimal): -9936521 or 7823720. OLE color: 7823720.

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

Color convert

RGB 104 97 119 -
CMYK 0.13 0.18 0 0.53
HSL 259.09º 0.1% 0.42% -
HSV(B) 259.09º 0.18% 0.47% -
XYZ 13.31 12.82 19.23 -
YUV 101.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 104 97 119 0.13 0.18 0 0.53 259.09 0.1 0.42
Hex 68 61 77 D 12 0 35 103 A 2A
Octal 150 141 167 15 22 0 65 403 12 52
Binary 1101000 1100001 1110111 1101 10010 0 110101 100000011 1010 101010

Color Harmonies of #686177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686177

Black with #686177

Text Example


Text Example

White with #686177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686177; }

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

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

background-color css

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

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

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

border-color css

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

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

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