Html Css Color HEX #686480 Dolphin

📋 copy color: '#686480'

red 104 ◦ green 100 ◦ blue 128

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

Shades of Dolphin #686480

Tints of Dolphin #686480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 31.33%
G = 30.12%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686480 (or 0x686480) is known color: Dolphin. HEX triplet: 68, 64 and 80. RGB value is (104,100,128). Sum of RGB (Red+Green+Blue) = 104+100+128=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #686480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686480 is #979B7F. Grayscale: #686868. Windows color (decimal): -9935744 or 8414312. OLE color: 8414312.

HSL color Cylindrical-coordinate representation of color #686480: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686480 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 100 128 -
CMYK 0.19 0.22 0 0.50
HSL 248.57º 0.12% 0.45% -
HSV(B) 248.57º 0.22% 0.5% -
XYZ 14.16 13.62 22.3 -
YUV 104.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 104 100 128 0.19 0.22 0 0.50 248.57 0.12 0.45
Hex 68 64 80 13 16 0 32 F9 C 2D
Octal 150 144 200 23 26 0 62 371 14 55
Binary 1101000 1100100 10000000 10011 10110 0 110010 11111001 1100 101101

Color Harmonies of #686480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686480

Black with #686480

Text Example


Text Example

White with #686480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686480; }

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

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

background-color css

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

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

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

border-color css

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

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

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