Html Css Color HEX #686476 Dolphin

📋 copy color: '#686476'

red 104 ◦ green 100 ◦ blue 118

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

Shades of Dolphin #686476

Tints of Dolphin #686476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 32.3%
G = 31.06%
B = 36.65%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686476 (or 0x686476) is known color: Dolphin. HEX triplet: 68, 64 and 76. RGB value is (104,100,118). Sum of RGB (Red+Green+Blue) = 104+100+118=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #686476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686476 is #979B89. Grayscale: #676767. Windows color (decimal): -9935754 or 7758952. OLE color: 7758952.

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

Color convert

RGB 104 100 118 -
CMYK 0.12 0.15 0 0.54
HSL 253.33º 0.08% 0.43% -
HSV(B) 253.33º 0.15% 0.46% -
XYZ 13.54 13.37 19.01 -
YUV 103.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 104 100 118 0.12 0.15 0 0.54 253.33 0.08 0.43
Hex 68 64 76 C F 0 36 FD 8 2B
Octal 150 144 166 14 17 0 66 375 10 53
Binary 1101000 1100100 1110110 1100 1111 0 110110 11111101 1000 101011

Color Harmonies of #686476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686476

Black with #686476

Text Example


Text Example

White with #686476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686476; }

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

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

background-color css

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

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

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

border-color css

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

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

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