Html Css Color HEX #686374 Dolphin

📋 copy color: '#686374'

red 104 ◦ green 99 ◦ blue 116

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

Shades of Dolphin #686374

Tints of Dolphin #686374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 32.6%
G = 31.03%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686374 (or 0x686374) is known color: Dolphin. HEX triplet: 68, 63 and 74. RGB value is (104,99,116). Sum of RGB (Red+Green+Blue) = 104+99+116=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #686374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686374 is #979C8B. Grayscale: #666666. Windows color (decimal): -9936012 or 7627624. OLE color: 7627624.

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

Color convert

RGB 104 99 116 -
CMYK 0.10 0.15 0 0.55
HSL 257.65º 0.08% 0.42% -
HSV(B) 257.65º 0.15% 0.45% -
XYZ 13.32 13.13 18.35 -
YUV 102.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 104 99 116 0.10 0.15 0 0.55 257.65 0.08 0.42
Hex 68 63 74 A F 0 37 102 8 2A
Octal 150 143 164 12 17 0 67 402 10 52
Binary 1101000 1100011 1110100 1010 1111 0 110111 100000010 1000 101010

Color Harmonies of #686374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686374

Black with #686374

Text Example


Text Example

White with #686374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686374; }

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

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

background-color css

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

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

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

border-color css

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

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

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