Html Css Color HEX #686479 Dolphin

📋 copy color: '#686479'

red 104 ◦ green 100 ◦ blue 121

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

Shades of Dolphin #686479

Tints of Dolphin #686479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 32%
G = 30.77%
B = 37.23%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686479 (or 0x686479) is known color: Dolphin. HEX triplet: 68, 64 and 79. RGB value is (104,100,121). Sum of RGB (Red+Green+Blue) = 104+100+121=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #686479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686479 is #979B86. Grayscale: #676767. Windows color (decimal): -9935751 or 7955560. OLE color: 7955560.

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

Color convert

RGB 104 100 121 -
CMYK 0.14 0.17 0 0.53
HSL 251.43º 0.1% 0.43% -
HSV(B) 251.43º 0.17% 0.47% -
XYZ 13.72 13.44 19.96 -
YUV 103.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 104 100 121 0.14 0.17 0 0.53 251.43 0.1 0.43
Hex 68 64 79 E 11 0 35 FB A 2B
Octal 150 144 171 16 21 0 65 373 12 53
Binary 1101000 1100100 1111001 1110 10001 0 110101 11111011 1010 101011

Color Harmonies of #686479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686479

Black with #686479

Text Example


Text Example

White with #686479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686479; }

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

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

background-color css

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

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

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

border-color css

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

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

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