Html Css Color HEX #686481 Dolphin

📋 copy color: '#686481'

red 104 ◦ green 100 ◦ blue 129

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

Shades of Dolphin #686481

Tints of Dolphin #686481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 31.23%
G = 30.03%
B = 38.74%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686481 (or 0x686481) is known color: Dolphin. HEX triplet: 68, 64 and 81. RGB value is (104,100,129). Sum of RGB (Red+Green+Blue) = 104+100+129=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #686481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686481 is #979B7E. Grayscale: #686868. Windows color (decimal): -9935743 or 8479848. OLE color: 8479848.

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

Color convert

RGB 104 100 129 -
CMYK 0.19 0.22 0 0.49
HSL 248.28º 0.13% 0.45% -
HSV(B) 248.28º 0.22% 0.51% -
XYZ 14.23 13.64 22.65 -
YUV 104.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 104 100 129 0.19 0.22 0 0.49 248.28 0.13 0.45
Hex 68 64 81 13 16 0 31 F8 D 2D
Octal 150 144 201 23 26 0 61 370 15 55
Binary 1101000 1100100 10000001 10011 10110 0 110001 11111000 1101 101101

Color Harmonies of #686481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686481

Black with #686481

Text Example


Text Example

White with #686481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686481; }

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

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

background-color css

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

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

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

border-color css

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

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

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