Html Css Color HEX #686373 Dolphin

📋 copy color: '#686373'

red 104 ◦ green 99 ◦ blue 115

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

Shades of Dolphin #686373

Tints of Dolphin #686373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 32.7%
G = 31.13%
B = 36.16%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686373 (or 0x686373) is known color: Dolphin. HEX triplet: 68, 63 and 73. RGB value is (104,99,115). Sum of RGB (Red+Green+Blue) = 104+99+115=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #686373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686373 is #979C8C. Grayscale: #666666. Windows color (decimal): -9936013 or 7562088. OLE color: 7562088.

HSL color Cylindrical-coordinate representation of color #686373: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686373 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 99 115 -
CMYK 0.10 0.14 0 0.55
HSL 258.75º 0.07% 0.42% -
HSV(B) 258.75º 0.14% 0.45% -
XYZ 13.27 13.1 18.05 -
YUV 102.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 104 99 115 0.10 0.14 0 0.55 258.75 0.07 0.42
Hex 68 63 73 A E 0 37 103 7 2A
Octal 150 143 163 12 16 0 67 403 7 52
Binary 1101000 1100011 1110011 1010 1110 0 110111 100000011 111 101010

Color Harmonies of #686373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686373

Black with #686373

Text Example


Text Example

White with #686373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686373; }

 p { color: rgb(104,99,115); }

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

background-color css

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

 a { background-color: rgb(104,99,115); }

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

border-color css

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

 span { border-color: rgb(104,99,115); }

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